ghz

Results 7 comments of ghz

Hi, I'm not using a yubikey, however I will definitely need a way to add or change existing password. By example, when a user would share a file with a...

Hi, this is what I needed to do to have bigger readahead and write size: -- increase pipe size for github.com/hanwen/go-fuse -- kernel: fs/pipe.c (default 1Mio) -- allow to lower...

@billziss-gh FUSE2 is EOL. I would be really interested in a fuse3 port. What could decide you to port it? I can't help you with C, how about sponsoring it?

In ubuntu 22.04, fuse2 can be installed but a lot of things seem to break: https://askubuntu.com/a/1412529 https://github.com/AppImage/AppImageKit/wiki/FUSE#install-fuse The latest version of libfuse 2 is from 2019 and there will be...

I was able to make it work with: `export $(cat "/opt/env" "./app.env"| xargs) && docker compose up`

Having never evicting entries is an issue to me, even if it’s an edge case that rarely occurs, evicting olds entries to make room for a new one is what...

I'm building a cache disk layer to back a networked filesystem for a large scale project and libraries like theine and ristretto would ease my life thanks to the cost...