grpcfuse icon indicating copy to clipboard operation
grpcfuse copied to clipboard

Remote filesystem based on grpc and fuse. The server and client were implemented with pure go. Grpcfuse consists of two parts: GRPC Server GRPC Client They all follow github.com/hanwen/go-fuse/fu...

Results 3 grpcfuse issues
Sort by recently updated
recently updated
newest added

hi there, when I mount the example client (and the loopback server) the mounted client folder always stays empty. no matter if I create, copy, or touch. ``` $ go...

Perform comprehensive repository optimization and test generation to enhance performance, stability, and maintainability. Initial analysis identified low test coverage, improper `context.TODO()` usage, an outdated Go version (1.17), and `bufferPool` lock...

Implement comprehensive repository optimization and generate a full test suite to improve code quality, test coverage, and maintainability. This PR introduces a holistic set of improvements including code refactoring, enhanced...