gridsystem
gridsystem
And in addition, this happens with at least 0.13, 0.14 and 0.15.
And this is what it looks like. The top window has frozen after printing 'Exit'. 
@martanne is there anything I can do to help here? I'm holding off on submitting a pull request for the homebrew formula until it works incase it needs another patch,...
[I've created a bounty for this issue!](https://www.bountysource.com/issues/31126510-closing-a-shell-causes-window-to-hang-on-os-x-10-11) Please share it if you know anyone who can contribute to Mac compatibility :)
Thanks for looking into this @powder! There's not much I can contribute to the main issue but I can help you to get it compiling and to set the right...
From `gcc dvtm-test.c -o dvtm-test`: ``` dvtm-test.c:44:15: error: use of undeclared identifier 'SIGWINCH' sigaction(SIGWINCH, &sa, NULL); ^ dvtm-test.c:48:26: error: use of undeclared identifier 'SIGWINCH' sigaddset(&blockset, SIGWINCH); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/signal.h:122:52: note: expanded...
Running `./dvtm-test` ``` parent pid: 2022 ``` After `kill -WINCH 2022` ``` SIGWINCH handler mainloop: need resize c child with pid 2027 forked SIGCHLD handler child with pid 2027 died...
I've just found this project and it looks like a lot of fun to experiment with! Edit: I think I missed some of the nuances of this convo so I've...
Sure. (For anyone reading later, that quote is from my original comment where I wrongly assumed only modules included in the core would be supported) Dev writes script. Dev includes...
Those task runners do run using node.js. You could leverage node.js as a development tool, it's a very common way to work. Applying a normal JS workflow to this, it...