lgarron / first-world

Issues that are not necessarily easy to report/fix, and are (generally) not a matter of life-or-death.
https://github.com/lgarron/first-world/issues
0 stars 0 forks source link

Finder/disk operations regularly fail as if disk flushing was super laggy #222

Open lgarron opened 1 day ago

lgarron commented 1 day ago

And often they fail instead of just being slow, erroring with messages like "can't be moved right now".

These issues do not occur when using the commandline or e.g. moving/editing files using VS Code's UI, with the exception of the rm -rf ./node_modules issue.

I think some of this is due to the aggressive creation of .DS_Store files, but it can't explain everything.

Similar issues on the internet: 1

lgarron commented 1 day ago

I just renamed a file successfully in Finder. The rename was instantly successful, but it took nearly a minute for VS Code to see the renamed file! 😳