Etienne Perot
Etienne Perot
You could add a "root_equivalent_build_user" string argument that, if set, creates that user (if it doesn't exist yet) and makes it be able to use `sudo` without password. That or...
This is pretty weird. What shell is this and what version? If not implemented by shell, which version of `expr` is it? Can you confirm that `getRandom` itself never returns...
It's quite possible that you're right. I don't have an OS X machine for testing, so all the OS X sizes are based off those in [fuse.py](https://github.com/terencehonles/fusepy/blob/master/fuse.py). However, I think...
Can you also include the output of the actual `stat` command on the same file as the one you ran `dump-stat`? Otherwise, it's hard to tell what means what. The...
Pull requests welcome :) There's a fork that has started working on that though it's over a year old now: https://github.com/pditommaso/fuse-jna/commit/a2edf5fa2b57fbff5383e34ea815be47940cedc3
I can't reproduce this (`read` always shows up on each `cat` for me), I'm guessing the caching behaviour is OS-dependent. As for how to fix it, I'm not sure but...
https://issues.sonatype.org/browse/OSSRH-26048
Are you suggesting that `parcimonie.sh` should try to use `/usr/sbin/gpg2` first if it exists? Should be doable.
`MemoryFS` is a minimal example filesystem that doesn't implement all the functions a real filesystem needs to (It doesn't have symlinks, it doesn't have locking, it doesn't have extended attributes,...