Dave Vasilevsky
Dave Vasilevsky
Hmm, the whole reason we have `PoorMansCapture3` is so we can work on older Ruby versions. But Process::spawn is only in 1.9. Can you please add fallback behaviour if spawn...
My [rhfs](https://github.com/vasi/rhfs) tool allows compacting sparsebundles, without necessarily using HFS+ (though it's optimized for that case): ```rhfs compact --search mydisk.sparsebundle``` It would probably be better to implement real support for...
Sounds good!
Thanks, nice catch! But wouldn't that break if building from git using `--without-manpage`? Hmm
That's a cool idea! As a whole it feels a bit specialized, maybe awkward for upstreaming into pixz. But you could take pixz and factor out a `libpixz` for things...
I believe there's another program out there called `pxz`, we probably don't want to steal their name. Could you just set an alias if this is the behaviour you want?
Wow, so many questions! I'll try to answer them all: 0 * `tpxz` is just similar to how other tar things are named. Eg: `tar.gz == `.tgz`, `.tar.bz2 == `.tbz2`....
Yes, and note that even in tar mode, the files are still 100% compatible with xz/liblzma. @Rogdham > So the only thing unclear is the offset in the file index...
Go for it. Sorry I've been so busy lately!
Does this fix help you? https://github.com/ptitSeb/box86/issues/920#issuecomment-1895845434