Vaguiner Gonzalez

Results 15 comments of Vaguiner Gonzalez

> Since already building with MinGW and pthreads, perhaps `os.Worker` could be supported? > > Adding `-DUSE_WORKER` and a macro for `pipe` like `#define pipe(fds) _pipe(fds, 4096, _O_BINARY)` seems to...

Using run_js example, first i get this error ![webgui_error](https://i.imgur.com/8AMAGgo.png) Using @bung87 will prevent this error but it still (even without the fix) a second error happens: ![webgui_error](https://i.imgur.com/NQrsTxg.png) wich wont fully...

@teovilo since it is now fixed, you can now close?

for me ternary wont work at all `(Vars.unit.flag != 56) ? unitControl.flag(56) : endScript();` This node (CallExpression) did not return a value

This requires a significant change to the code, which I very much doubt will happen. It's clear that fenster is here for us to enjoy and make our desired changes....

This seems to be an expected behavior, since there is nothing to handle the attempt to close the window on either platform. On linux, the program is terminated when it...