Jiri Spac

Results 240 comments of Jiri Spac

please add this. That would make this project able to support usage in any other lib/project in general. Not just for the handful few projects in that have their key...

@jinder in the browser? I can't imagine this code would work in browser. `process` is undefined in the browser, so https://github.com/jinder/path/blob/master/path.js#L25 would throw an error. For example browserify has it's...

@jinder you can't really use this module unless you specify a require by absolute or relative path. So if there is a project, which has this as dependency and requires...

it should be easy to try out-just find some packages which have CI setup this in package.json and remove it and make a PR. I bet you nothing breaks.

duplicate of #109

@umpirsky I suspect it might get fixed if you just decrease the ![image](https://user-images.githubusercontent.com/1305378/47560465-93fbdf00-d918-11e8-99ae-01a4d47bd96b.png) but it won't allow lower values than 500 so I guess we can't be sure if a...

oh actually I tried putting there 5000 and it took 5 seconds to update after hitting the key. So it's definitely the refresh dependent.

I would keep this open-it should be possible to work right after the hot key press.

I very much prefer https://github.com/fgnass/node-dev to nodemon mostly because nodemon restarts the whole process when it detects a change, whereas node-dev only reloads the single module which changed and it's...

@boneskull why do you think it's a different usecase? I use it on typical backend projects interchangeably.