Michael Lawson
Michael Lawson
I think I have reproduced this, and pushed a fix for a race condition on reloads as 1.0.0-rc.3. If this doesn't fix the issue, can you give me an example?
With the new changes in node 6.6.0 to help debug, I've definitely fixed at least one leak (released as 1.0.0-rc.4) related to large numbers of files changing simultaneously. Hope it...
Realistically I don't have time any more to work on this project, hence its current somewhat sorry state. I'd gladly accept any PR which fixes this issue for people who...
Piping uses node's cluster module to fork off a second process for your application. [This is supported by webstorms debugger](https://www.jetbrains.com/help/webstorm/2016.2/running-and-debugging-node-js.html#node_multiprocess_debugging). The interface seems a little awkward, but I was able...
I'm open to adding this, but can I ask what the use case for this is? Any environment variables set on the process should be passed through to the forked...
I've added this to `1.0.0-rc.2`, which is an ES6 rewrite of piping. Could you check everything is working for you there?
The idea behind the throw option is to "crash" the initial process to prevent application code from executing on it, but an uncaught exception handler should mean the process doesn't...
Currently there's some race condition/leak in the newer version affecting node 4.4 (see #21) which I'd kinda like to get to the bottom of before merging this, in case it's...
Hi, I've just released a candidate for a version 1 of piping, which emits lifecycle events for just about everything. Could you check it out and see if it covers...
Would an "include" option which takes a regex, similar to the current "ignore", fit your use case? I'm reluctant to add highly specific options which could be done more generically,...