Ben Weintraub

Results 24 comments of Ben Weintraub

Just noting that I encountered this same issue with `pnpm` itself, following the instructions in the [`CONTRIBUTING.md`](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md) file: > Run pnpm link --dir ./pnpm/dev -g to make pnpm from the...

Thanks @benjie! The directive location in this example is somewhat arbitrary. Let me explain the motivating use case: We're using a Postgraphile service as a subgraph within a supergraph composed...

Turns out I had misdiagnosed this! `nf` really was delivering `SIGINT` to all *direct* children, but because it doesn't use [process groups](https://en.wikipedia.org/wiki/Process_group) for each spawned child, if the child processes...

I've implemented support for using process groups in my fork (https://github.com/benweint/node-foreman/commit/5cb9ee5009772fce10eb1cafd9ffa00b7d780102) and can PR it if there's interest, but it looks like this project might be dead.