catfs icon indicating copy to clipboard operation
catfs copied to clipboard

Cache AnyThing filesystem written in Rust

Results 34 catfs issues
Sort by recently updated
recently updated
newest added

Bumps [time](https://github.com/time-rs/time) from 0.1.44 to 0.2.0. Release notes Sourced from time's releases. v0.2.0 See #190 for major details. This is essentially a new crate compared to v0.1, and only has...

dependencies

I identified a race condition when N multiple processes attempt to read the same file at the same time, for the first time. P_1 -> catfs notices file is missing...

hi, i am trying to set a 0644 permission on the cached file, but it seems its hard coded to 0640? how to fix this ?