Results 25 comments of Raph

I think the reason you're having an infinite load is due to this issue https://github.com/conaticus/FileExplorer/issues/41 if you look at [filesystem/cache.rs:133](https://github.com/conaticus/FileExplorer/blob/main/src-tauri/src/filesystem/cache.rs#L133) you can see that the cache has a 60 second...

Hey, thanks for trying out my tool. What you reported is a known bug but I just haven't gotten around to fixing it. The symlinking detection and overwriting is slightly...

the dynamic completion stuff looks promising but it's still behind an unstable feature flag, I wonder if it would be worth experimenting now or just waiting out for stabilization.

Shallow symlinking has been implemented. No work arounds are necessary for this anymore. For more information check https://github.com/RaphGL/Tuckr/issues/21#issuecomment-2212051295

This issue is now fixed. As far as I'm aware, shallow symlinking is working properly. Bare in mind that this is likely a breaking change. So I recommend doing the...