Dave Vasilevsky
Dave Vasilevsky
Gzip and LZ4 should be doable, since they have fields for extra data. It might be possible to also do tarballs with bzip2 and lzop, by exploiting the End Of...
When sqlite is built with DQS disabled by default, xmoto still needs this SQL quirk. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278669
## Prerequisites I don't see any similar issue. ## What is your proposal? Provide a way to tell `poudriere bulk` to shut down, but only after waiting for existing builds...
Attempting to filter with `--name-regex` or `--exclude` will crash if gists are included, since those don't have a `"name"` param. Can probably be fixed by replacing `r["name"]` with `r.get("name", None)`...
Currently t2sz mmaps the input file, so it has to be a physical file. This makes t2sz difficult to use in pipelines, where some stream is generated and needs to...
I'm testing in qemu before trying a real installation on my iBook G3. Following [this guide](https://github.com/kth5/archpower/wiki/Installation-%7C--NewWorld-PowerMac-with-Grub), when I run `grub-mkconfig -o /boot/grub/grub.cfg` inside the chroot, the process just hangs. My...
The main thing stopping me from using zstdseek is it's CLI is a bit odd. Here are some things I'd like to fix/change: * Error messages shouldn't be JSON, structured...
## Is your feature request related to a problem? Please describe. There are three keyboard shortcuts that I currently want to change in KDE 6. I can do that using...
### Describe the package The [intel-undervolt](https://github.com/kitsunyan/intel-undervolt) tool allows undervolting Intel CPUs and GPUs. On my Dell XPS 15 7590, it's basically the only way to stop the fan from running...