Bahram Aghaei
Bahram Aghaei
Hi @BoboTiG, Could you approve my workflows, please? I changed the `fsevents` and `fsevents2` modules, but I'm still unsure of them. The GitHub actions is very primitive; I could not...
The pipeline gives a bizarre error message. Do you know what the reason is? `OSError: [Errno 9] Bad file descriptor`
Why do you treat both contents and attribute change the same way? https://github.com/gorakhargosh/watchdog/blob/5efb90eaaeed9a782fd13393e050517aa12fb551/src/watchdog/observers/inotify.py#L157-L162 Should I submit a pull request and fix this? @SamSchott
Thanks, I'll fix it then.
I think it's better to expose these features, `close_write` and `attrib` events even if it is only available on Linux, and let users themselves decide to use these functionalities or...
Hello @BoboTiG, I've read the source code and made some changes to support the attrib event. And I realized with the current implementation; it is possible to have the attrib...
I've checked the [windows library itself](https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-file_notify_information), and also [this go library](https://github.com/fsnotify/fsnotify) which is a cross-platform, and it seems to me it is not possible to get attrib event inside the...