Enrico Maria Crisostomo
Enrico Maria Crisostomo
Hi @stevefeinstein, it's a valid concern. The script currently gets the enumeration of backups no matter which drive they come from. I think, but I should verify it, that the...
Thanks @ziotom78, I'll have a look at it
Actually, that file (a configuration header) should not be visible in an public interface header. It's correct that the configuration header does not get installed. I'll patch this, thanks for...
I've updated that header. I've tried to compile your program locally @ziotom78 and it's working. Would you folks be willing. to test it before I merge it into `master`? Here's...
Thanks for trying it out so quickly. I'm closing this and will merge to master.
Yes, it's correct, thanks for pointing that out @meator
Hi @serialoverflow, Flagged as enhancement: I will have a look at your suggestion to see which monitors it is compatible with. As far as building on CygWin: I'm actually building...
A cursory check confirms that both directory and file events go through the same processing pipeline. That is, I would expect the `MovedTo` event to be present as well. I'll...
The destructor calling `stop()` was meant as a safety net: each monitor should be stopped gracefully with `stop()`. The C binding is missing a `stop()` function and that's what I...
Created #143 to provide a mean to stop a monitor from the C API.