We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Quince overwrites resent saves to yaml files. It seems to have an older copy of the parameters and overwrites recent updates.
The text was updated successfully, but these errors were encountered:
So the symptoms are similar to: https://stackoverflow.com/questions/18300376/qt-qfilesystemwatcher-signal-filechanged-gets-emited-only-once/18304496
The first edit gets caught by the file watcher but subsequent ones don't... Maybe the same fix will work for us.
Sorry, something went wrong.
I have a working fix for this in #17. The price we pay is directory watching.
This is now merged into master.
This is still broken on CentOS...
matthewware
No branches or pull requests
Quince overwrites resent saves to yaml files. It seems to have an older copy of the parameters and overwrites recent updates.
The text was updated successfully, but these errors were encountered: