Proc
Proc
> But I think you also want to do something about Paths I think you should never expect there to be a nonzero list of elements. So I don't see...
Yeah I'd appreciate that.
This is a draft because: 1. I'd like to also change the `recommended_watcher` function to just call the new one, giving it more value, but would have to change its...
Please review again, the addition of Deref/DerefMut allows direct access to the watcher in our enum, making the whole stack allocation worthwhile, such that boxing is not required. [Example](https://github.com/notify-rs/notify/blob/31d9860912cf261d8fa69413e004ef4ea8ea253d/examples/multiple_backends.rs#L27-L31) Open...
Is there any blocker for this draft ? I'm currently building against the git repo with a fixed commit.
I'm also hitting this issue, without any insert-many. Simply by inserting an existing row with "do-nothing".
Cargo and other rustc tools [moved](https://github.com/rust-lang/rustup/pull/2790) to termcolor as a replacement that also works with MSYS2. At this point it's probably better to migrate to the crate that has active...
Isn't #29 exactly what we want then ?
Regarding maintainership you may want to add [Rust Bus](https://users.rust-lang.org/t/bus-factor-1-for-crates/17046) I'd also be willing to help out (which is how I started maintaining [notify](https://github.com/notify-rs/notify)), but I'm probably not the most proficient...
Thanks for your work!