Jovica Aleksic
Jovica Aleksic
Hm okay then. Hmm. Then I cannot be sure that skipping runnerw.exe will help without somebody cross-checking, seems my local situation is not reliable enough. @Suniron since you're already taking...
When I tried it, I completely removed the isWin: `return (0, _child_process().spawn)(program, args, options);` And both main and renderer seemed fine.
Hi @msemtd - well you might have the perfect test case there, since you're working with the stderr and stdout streams explicitly. And, since you're working with WebAssembly, you're implicitly...
Heh, maybe we should just spend some time for a proper docker-based development setup and use that on Windows :)
Glad to reopen the issue guys, but it still needs somebody that tackles and solves the problem :)
@Ga-Lin the value is always `win32` for Windows regardless of the actual architecture, see https://nodejs.org/api/process.html#process_process_platform
Hi. I have no clear solution but a couple of hints or directions to look into. Firstly, try searching the issues here, this ... Somehow feels familiar.... Then, it might...
Yes but static will only be useful for files that you provide at compile-time and you wanna roll them out with the production build. It is not for user-provided files,...
How exactly are you loading? Also, what exactly is the URL or path you wanna load? Does it start with a dot? With a slash?
Because what you describe is just fundamental behavior of this library: in development, everything is webpack dev server so you can work fast, get HMR etc. It's not a bug,...