BJR Matos

Results 53 comments of BJR Matos

i think that the warning is there for a good reason, you should handle all your errors.. , also adding a noop catch handler will swallow any error in the...

same problem for me, recently installed `atom-ternjs` and when i update some JSDoc comments i need to execute "restart server" in order to get autocompletion docs updated

the important difference is that currently if i put nigthmare behind a node cluster it will mean that 1 task = 1 electron process (created by `nigthmare`), so if my...

in other words.. with my use case in mind, there is no need for `nigthmare` to spawn an electron process per instance created, it could just create a browser window...

> I don't see the node layer going away. yes, that was not my intention :smile: just figure out how to make it run stand-alone.. let me experiment with a...

maybe, i was only throwing the idea (with minimal changes to the current API) to see if you liked 😄, but if you have some thoughts to make it better...

@nettofarah sure! do you have some ideas? or are you open to exploration? :D

and in node.js providing demos with https://tonicdev.com/ would be a killer way to play with the API!

@rmhrisk yes, but a nice feature of tonic is the it lets to play with different versions of node :)

I understand that this is frustrating 😞 you can see some of our previous efforts [here](https://github.com/bjrmatos/electron-html-to/issues/18) and [here](https://github.com/bjrmatos/iisnode-electron-spawn-bug) trying to make it work on IISNODE, but there is no luck,...