Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External editor does not auto-update replays on MacOS #21

Open
denandz opened this issue Jan 3, 2024 · 1 comment
Open

External editor does not auto-update replays on MacOS #21

denandz opened this issue Jan 3, 2024 · 1 comment

Comments

@denandz
Copy link
Owner

denandz commented Jan 3, 2024

External editor does not autoupdate on MacOS when saving the generated tmp file. Likely due to fsnotify watching the file, solution may be to watch the tmp directory and monitor for when a new file is moved over the top of the monitored filename as well as write events.

@denandz
Copy link
Owner Author

denandz commented Jan 3, 2024

Seems to be an fsnotify issue - fsnotify/fsnotify#600

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant