-
Notifications
You must be signed in to change notification settings - Fork 229
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
Additional maintainers + Vision #24
Comments
I always had a similar project (and my own ideas about it) in mind, so if there’s nobody who steps up, I could. |
I could definitely pitch in! |
I guess I can maintain the Windows specific code. Maybe I should stop waiting for @maurizi and just finish my implementation and submit it. |
I'm on a Macbook so I could maintain and patch up OS-X/Linux distro code. |
I'll help out. And yeah, we're still sorely lacking a windows driver. |
My two cents: I'd like to make myself available as a junior maintainer if something as such exists. I have access to Linux, Mac and Windows machines and I consider myself a Rust beginner, perhaps I could make myself useful in common tasks, improving the docs and so on and so for. Just let me know. Thanks! |
I'm with @franleplant, I just started learning Rust like 2 weeks ago. |
@franleplant @polyg0n The best thing to do in this case is to submit pull requests and participate in issues if you feel like you can be helpful :) Documentation and tests would be great contributions to start easily. |
@passcod great, thank you very much! |
@passcod Not a problem! Can do 😄 |
I'm going on a 5-week holiday soon, and will probably not be available to do much on this during that time. Even apart from that, I'm generally quite busy from work and my contributions to Notify have been reduced to merging changes and shaping discussions for a little while now.
I'm looking for maintainers to help with this. You'll get commit and crates.io access, a nice badge on your posts in issue threads, and eternal thanks.
My vision for Notify can be summarised thus:
fs.watch
in node,Listen
in Ruby,fsnotify
in Go.fanotify
on Linux is the only backend that could provide recursive directory watches natively. Notify should allowfanotify
to handle that, as it will do so far more efficiently than us, but it should also take care of recursive watching for the other backends.Pinging those of the current contributors who aren't watching this repo: @blaenk @octplane @andelf @retep998 and I'll also post this on Reddit for visibility.
The text was updated successfully, but these errors were encountered: