Alexandre Strzelewicz
Alexandre Strzelewicz
For now anglar-bridge doesn't handle nested resources, but it's a very interesting feature. Feel free to contribute ! Thanks
Thanks for the answers ! It's unusual for embedded database but we are here to do next big things ! :D I imagine applications that could be spread over numerous...
Have anyone tried https://www.npmjs.com/package/pm2-windows-startup?
Closing in favor of #2559 To try the new startup system: ```bash $ npm install Unitech/pm2#development -g $ pm2 update ``` ```bash $ pm2 startup # Then copy / paste...
good catch
contact AT keymetrics DOT io
Would it be an issue because of the way we spawn processes? - https://github.com/Unitech/pm2/blob/development/lib/God/ClusterMode.js#L52 - https://github.com/Unitech/pm2/blob/development/lib/God/ForkMode.js#L94 I don't know if I have to customize something on this code segments,
interesting, maybe @ThisIsMac47 will have a look at this on the next weeks
https://github.com/Unitech/pm2/pull/3255 https://github.com/nodejs/node/issues/15217#ref-pullrequest-267864790 thanks to @soyuka @milichev @cjihrig
Should work now, please try latest pm2 published: ```bash $ npm install pm2 -g $ pm2 update ```