question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Slow to recognize changed files

See original GitHub issue

Description

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

  1. Make changes to Sketch file
  2. Go back to Kactus to see changes
  3. Wait for 5+ minutes, or use iTerm to see git status
  4. 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:closed
  • Created 6 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mathieudutourcommented, Aug 3, 2017

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

0reactions
mathieudutourcommented, Aug 1, 2017

Hum not sure. I’ll continue to look into it

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found