Slow to recognize changed files
See original GitHub issueDescription
After making a handful of changes the Kactus does not show a list of changed files. If I go to iTerm and do a git status
and see a long list of changed files. Sometimes the Kactus GUI catches up…other times it does not or…it loads a partial list and I make a commit only to find it did not finish indexing the changed files.
Version
Kactus version: 0.1.15
OS version: 10.12.5
Steps to Reproduce
- Make changes to Sketch file
- Go back to Kactus to see changes
- Wait for 5+ minutes, or use iTerm to see
git status
- Sometimes Kactus loads a complete change list, other times it’s incomplete and files get left out of the commit and I need to “amend” the commit.
Expected behavior: I would expect some status or progress indicator to show me Kactus is still indexing a list of changes. I would expect Kactus to poll for changes more often.
Actual behavior: Kactus either missed changes all together or loads an incomplete list.
Reproduces how often: 90%
Logs
2017-07-31.kactus.production.log.zip
Additional Information
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
OneDrive taking a long time to find and sync changes
Hi, Our company's OneDrive seem to take way too long to sync files back and forth ... it's just very slow to identify...
Read more >Git status shows files as changed even though contents are ...
I have resolved this problem using following steps. Remove every file from Git's index. git rm --cached -r . Rewrite the Git index...
Read more >Sourcetree not detecting changed files - Atlassian Community
Recently it started to become slow with detecting file changes in my project. After a few days of this behaviour, it stopped detecting...
Read more >Backblaze delays finding my external drive or new files
Backblaze was designed to be lightweight. There is a small process that slowly scans your computer looking for new/changed files.
Read more >Restic uses `mtime` to detect file changes, which can miss ...
Follow the script, and expect restic to backup the given file after it has been modified. Actual behavior. "Files: 0 new, 0 changed,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I added another indicator to show that git is doing something (previously it was only to show the parsing the sketch files).
Don’t think I can do anything more for now. But will keep in mind performance
Hum not sure. I’ll continue to look into it