wang2357
wang2357
I have migrated the code in my own fork to use watchdog instead of pyinotify. It works now on MacOS. You can check out the code at my fork of...
The watchdog package is event driven on MacOS and uses inotify on Linux. So it has excellent performance on both platform. The earlier comment I made on watchdog was due...
There is a new issue, where the Push notification is no longer working, due to Microsoft removing legacy API. However, that is a totally separate issue. The changes from local...
I have made the suggested change (adding a line "return val" to the get_header method, and initiated a pull request.
There is a new issue, with the same file, which is that the _read_header sometimes fail with headers that contain foreign characters. This is fixed by making sure value return...