Remy Sharp

Results 126 comments of Remy Sharp

This has been raised before, and inline with the design principle of fewer features, it's been agreed that it wouldn't be added. Perhaps if you can elaborate on "I'm already...

It's not quite that simple. What's happening when you send ctrl+c, is that nodemon is trapping the signal then doing a controlled shutdown of the spawned process, then trying to...

Rewinding right up to your original problem - isn't it dropping into a loop because nodemon is also watching json files, and your generated output is a json file? Equally,...

Can you make a very, very pared down version that shows the problem, then we can see where the problem is.

My guess is that the sub process isn't shutting down when you send the ctrl+c (which is received by nodemon) so nodemon has a grace period (of 10 seconds polling...

@hardyjohnson no - there's not. But it's still in development and the scaling issue already hit my server hard enough to take the thing out. So yeah, the url should...

@lennym so send me a pull request! It's utterly new to me and I couldn't find any decent examples that I could get what I needed on the web (though...

That would be pretty damn clever. Totally open to exploring this.

I don't think the tests are failing because of node 20 - but because something's either wrong in the test or there's a regression somewhere… I'm trying to have a...