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
basically working, except that it is not safe to use on mac due to significant capacity limits -- opens a file descriptor for each monitored existing file, quickly exceeding capacity: fsnotify/fsnotify#11
there is a plan to switch to FSEvents native but not much happening at this point.
once it is working on mac too, then FileTree somehow needs to block self-generated updates to prevent duplicate updating -- basically just record path and check that.
Still really want this -- roll up sleeves and fix fsnotify!?
kkoreilly
changed the title
FileView, FileTree support fsnotify to get updated on fs changes
Support fsnotify to get updated on fs changes in file view and file tree
Feb 7, 2024
We need to resolve our plan for this at some point.
kkoreilly
changed the title
Support fsnotify to get updated on fs changes in file view and file tree
Support fsnotify to get updated on fs changes in file picker and file tree
Sep 19, 2024
this appears to be the best fs event notification package for go: https://github.com/fsnotify/fsnotify -- should be pretty straightforward to plug in and get changes.
The text was updated successfully, but these errors were encountered: