Valentin Marchaud

Results 148 comments of Valentin Marchaud

I don't think it's possible to do that currently. If you find a way to do it please do not hesitate to make a PR

I don't believe it's possible because `@params` are used by the standard JSDoc also and we cannot override this behavior. You could however make a script that remove them from...

I hope one day to be able to merge it with OT. However i didn't saw for now issue on the spec side to discuss that and i can't push...

> So basically, it is expected that this library will eventually be deprecated? If all the features are implemented in OT, i think it will be reasonable to deprecate it...

I believe this is a windows behavior of node, its possible that the module doesn't work on windows since it developed it against linux only. Feel free to make a...

Not currently but if you can send a webhook with it adding support should be trivial. Feel free to make a PR

Our aim was to release the new startup system before going to holidays, we looked at a way to make it without dependency but it needed some time to investigate...

Did you tried [this module](https://github.com/jon-hall/pm2-windows-service) or [this one](https://www.npmjs.com/package/pm2-windows-startup) ? I was myself running under Windows and stopped because its really hard to find compatible tools.

After testing, the detached option doesnt hide popups on Windows, i think that nodejs spawn a shell to spawn the process. I will investigate more in the next days.

Okay so : - In fork mode, you shouldnt have popups in the dev branch since now - In cluster mode, unfortunately, we dont have control on the popup cause...