Kyle Robinson Young
Kyle Robinson Young
This is working and can be closed right?
Closing as it's expected to have `renamed` fired when a file is moved to the trash as opposed to deleted. Please reopen if there is still an issue. Thanks!
kqueue, the native OS library, considers moving a file to the trash a `renamed` event. I would have to do special handling in gaze to change the event to a...
So apparently I am the minority considering moving a file to the trash a `renamed` event. So if someone wants to send a patch to make moving a file to...
Yep atm it doesn't know to watch `lib/home/`, only `lib/`. So new files are not detected. v0.5 should fix this but leaving open to remind me to double check and...
@nikolakanacki Patches welcome
With the current version, python is required to build node.js native addons: https://github.com/TooTallNate/node-gyp#installation But I am looking into packaging the build into the library to avoid requiring users to build....
@jamesshore They can't remove the python requirement. Python (along with other things depending on your environment) is needed to compile with google gyp.
If you want to send a PR for it, the patch looks good to me. Thanks!
I don't think this fixes an issue. Calling `watch` on a non-existent file should cause it to throw and there is a try catch there. So the `ENOENT` is probably...