Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate/replace chokidar with nsfw #833

Closed
XVincentX opened this issue Oct 19, 2018 · 1 comment
Closed

Evaluate/replace chokidar with nsfw #833

XVincentX opened this issue Oct 19, 2018 · 1 comment

Comments

@XVincentX
Copy link
Member

Chokidar works great with OSX — but it's falling back to the watch function provided by NodeJS for other platform.

It turns out there's another library that goes native for all of them. This can be useful especially for Docker container, where the events might work correctly without having to use the chokidar pool hack.

https://github.com/Axosoft/nsfw

Evaluate, verify, and replace in case it makes sense.

@XVincentX
Copy link
Member Author

Evaluation done, it's not worth the effort. As long they do not provide a pre built binary, this is not suitable for EG.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant