Nico Jansen

Results 436 comments of Nico Jansen

I've also opened https://github.com/pkrumins/node-tree-kill/issues/34

Great! I've renamed the issue, we should implement a fallback for when `tree-kill` fails (maybe just use `process.kill`?).

See #4577 for an example where a linux pipeline fails because of `tree-kill`. I think we should implement a fallback to normal `childProcess.kill` when tree-kill fails.

Hi @gtramontina 🙋‍♂️ I was wondering when the first issue regarding Deno would pop up 😅 I've not had the time to look into the details, but as far as...

Thanks @stalebot, but we're keeping this one open

Yes, that appears to be the case. It always happens there and never in windows terminal.

@coffeeneer and I reproduced it on his laptop. He was going to investigate further :)

I just got 6 participants in training who all asked what "Ignored" means, why it is there, and why the top bar isn't green while on 100%. Note that this...

I'm pretty sure this also happens with `npm i --omit=dev` when you fresh check out the source code.

Hi @azirbel, thanks for your response. glad you like the project! A `grunt build` should do the trick. I should probably add an `npm start` command here. I haven't kept...