You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggested by @matthias-stone. Log the raw events coming from the OS for a variety of actions:
Touching files
Creating directories
Saving files in various editors
Deleting a watched file/directory
etc.
This information can then be used to improve how fsnotify operates across platforms.
Implementation
Rather than add a verbose mode to fsnotify, this may be a separate repository with individual cmds for each adapter (cleanly implemented, getting closer to the APIs).
kqueue
Windows
FSEvents
FEN
inotify
The text was updated successfully, but these errors were encountered:
Suggested by @matthias-stone. Log the raw events coming from the OS for a variety of actions:
This information can then be used to improve how fsnotify operates across platforms.
Implementation
Rather than add a verbose mode to fsnotify, this may be a separate repository with individual cmds for each adapter (cleanly implemented, getting closer to the APIs).
The text was updated successfully, but these errors were encountered: