bchabrier

Results 6 issues of bchabrier

**Do you want to request a feature or report a bug?** bug **What is the current behavior?** Using `yarn link ` in a local project doesn't provide access to the...

Hello, Thanks a lot first for this amazing module, well done! I have a strange behaviour where a script timeout breaks `console.log`. Actually, I am adding `console` to a sandbox...

wontfix
confirmed

**Question** Hello, the "match" event is correctly generated for each file. However, it seems these events are all emitted at the end of the search. Any possibility to have them...

question

When installing the package, I get the following error: ``` npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t git://github.com/agsh/onvif.git npm ERR! npm ERR! fatal: remote error: npm...

This fixes issue #510, by keeping the watchers when the task is running (i.e. when `nospawn` is used). In `spawn` mode, the watchers are closed and recreated as before. I...

I have noticed a wrong behaviour of watch when `nospawn` is `true`. At least, watch doesn't behave the same as when `nospawn` is `false`. The use case I am considering...