You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like job start does something special with the environment that it runs things in. Is there a way to mimic this with process.run or should I just use nio.fn.jobstart? if you have a concrete explanation for what's happening that'd be great too, I'd not been able to find anyone that has this problem with dvipng (but it's also probably a niche usecase).
The text was updated successfully, but these errors were encountered:
I'm running into a weird issue where two commands are behaving differently if they're run with
vim.fn.jobstart
ornio.process.run
.Specifically
dvipng
can't produce transparent images withprocess.run
, but can withjobstart
.vs:
Seems like job start does something special with the environment that it runs things in. Is there a way to mimic this with
process.run
or should I just usenio.fn.jobstart
? if you have a concrete explanation for what's happening that'd be great too, I'd not been able to find anyone that has this problem withdvipng
(but it's also probably a niche usecase).The text was updated successfully, but these errors were encountered: