Raph
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...
maybe this issue should be closed? I tried it on my end and this now seems to work 
I might be willing to try and implement this myself and push a PR since I'm using the library on one of my projects. But I only have time to...
> cwalk currently does not have any real dependencies on operating system libraries, which I would prefer not to change. I wasn't thinking in adding any external dependencies as well....