Will
Will
> 1. [std::unique_ptr const associated{nullptr}; ](https://github.com/e-dant/watcher/blob/next/include/wtr/watcher.hpp#L100)is a bit clunky to use. I think a shared pointer sounds good here. The non-const unique pointer would be nice, maybe ideal, except that...
> Hi @e-dant, thanks for your work! Thank you very much for your feedback
Update on this. The issues arounds rename events should be mostly resolved. I plan to release soon. Two of the issues I want to look into a bit more and...
> Hi @e-dant! Thanks for the info and sorry that I did not reply for a long while, I did not have my work setup to test your changes during...
> The safety issues on Darwin are somewhat outside of our control. The tradeoff currently staged on the next branch reduces how well we pick up events concurrently because it...
https://github.com/e-dant/watcher-bpf-experimental
In https://github.com/e-dant/watcher/issues/39, there was was some discussion about how to report rename events to the user: https://github.com/e-dant/watcher/issues/39#issuecomment-1752741290 https://github.com/e-dant/watcher/issues/39#issuecomment-1773569898 The platform adapters for linux (both inotify and fanotify) and darwin are...
> @e-dant i would like to contribute. Can you please let me know from where to start in code ? Hi! More than happy to have you here. (Sorry for...
https://github.com/e-dant/watcher/actions/runs/6449445323/job/17507767533#step:5:33
Depending on whether or not some of the other libraries are multithreaded, this might require pinning cpu cores for reliable metrics. I'm not sure how to do that on Windows,...