-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
sleek sometimes overwrites the file with some past content instead of accepting external changes #676
Comments
My gut tells me this going to be a complicated one, since we have plenty of variables here. Most likely some kind of file sync and at least one external editor or application, of which we don't know how it is writing the file. The file watching module ( In v2.0.12-RC.4 sleek now contains a corresponding setting for each of those 3 chokidar settings. They are described in the wiki. You might want to start activating the polling by changing Let's see if this changes anything on your side. |
Thanks for the information. I am added this "Polling" staff to my config. Now im testing..
|
Yes. For now, i never had again e issue. Thanks for the support. :) |
Bug Report
Important
Please follow this template strictly when reporting bugs.
Reports that do not adhere to this template will not be addressed and will be closed.
App Version: information not available in the app
Platform: Windows
Installation Method: App Store
Expected Behavior:
If the file content changes outside sleek, changes should be accepted by sleek.
Actual Behavior:
If I edit the file content directly using a text editor, then sometimes sleek overwrites the content with previous content:
Steps to Reproduce:
Hard to reproduce. Most time external changes are accepted by sleek, but sometimes sleek overwrites external changes.
Screenshots:
See above
The text was updated successfully, but these errors were encountered: