Alex
                                            Alex
                                        
                                    > UPD. Managed to resolve this by updating to latest docker version. The installation itself said there's an assistance service process running and suggested to kill it. watch command works...
I believe a recursive walk using just `FS.readDir` with early exclusion of gitignore locations should do good enough work.
I ran the latest version of spago against my project and got this:  So it (reading config step) took more than a minute. Note, I did this test with...
I think yes, it should work this way. Snabdom seems to have very good api for that, if it works fine for any kind of elements without perfomance penalty it...
I think no reason to extract it to package yet, it probably doesn't cover all the use cases.
@bjornstar are you going to review this somehow?
Well, I've tried to reproduce the problem with tests, and could not: `watcher.removeAll()` in the handler removes watching after just the first change. So the next change is not caught...
@bjornstar So it seems that this case is is not easy to reproduce in tests. But logically it should be understood that this: ```js watcher.on('change', file => { if (isPaused)...
@bjornstar Look at this again please, this is a simple logical change that we will NOT handle any changes as soon as `isPaused` set, currently it is possible that multiple...
I probably would prefer this:  to this:  Because I don't like unnecessary repeating noise in the code meaning actually nothing, and in this case proposing me to take...