Results 27 comments of Sergiu Pușcaș

This is tracked in https://github.com/1995eaton/chromium-vim/issues/726

I think this might be fixed by 8f61a1113b793eab2e3218bc85d7fdded342dce4, can you please try to replicate the bug on [gcsf 0.2.3](https://crates.io/crates/gcsf/0.2.3) if you still happen to be using it?

`ERROR fuse::session > Failed to unmount /Users/badt/gd: Resource busy (os error 16)` Are there other files in that path? Does it show up as a mountpoint when running `$ mount`?...

It might be a possible solution to explore. For now you might be able to get around by setting a trivial cache limit (`cache_max_items = 0`, `cache_max_seconds = 0`). The...

It caches a few different things: 1. File list and metadata. This is populated at startup and then updated regularly depending on the value of `sync_interval`, as Google Drive reports...

Thanks for the notice, this seems to be fixed in a new version of google-drive3 / yup_oauth2. I've done a long-overdue update of most project dependencies and just released [gcsf...

+1, still an issue. Fixing this would be a great QoL improvement