Félix Saparelli
Félix Saparelli
Would you say this is still needed for 0.13.1? I really still don't have much time to do actual dev work here for a while.
Hmm I don't know if that works for cargo-publish
Fortunately we can also just check what it does via `cargo package`.
I actually want to do more on this
This depends entirely on what the underlying host/docker filesystem and volume integration does. In many cases, file events are not emitted at all due to these internals. You can try:...
If you could say which platform this is on and the output from `docker info`, that could be helpful! Will tell us the storage driver and versions etc, maybe we...
Just going to say that this is entirely possible at the watchexec level and in fact rather trivial to implement, I'm just not actively working on it. If you want...
#386 is a little more complicated to do (need to add handling for the signal in the library crate, and then handle it properly). It's important to note watchexec deliberately...
It's the same issue, yeah. The ignore file finding function needs to get picked up and fixed but I really don't have motivation to work on watchexec at the moment,...
It's a few things, but the main thread of the issue, assuming I'm diagnosing right, starts with this function: https://github.com/watchexec/watchexec/blob/f866e6f49810613179afb850beefeb7dabfbe8e7/crates/ignore-files/src/discover.rs#L51 which is where we figure out where all the ignore...