Daniel Alley
Daniel Alley
@Richterrettich I notice you've been inactive for a long time. If you have no future plans to continue developing this (or rpm-rs), would you mind transferring the repos & crate...
@Tafia wrote and @ColinKinloch contributed to an experimental DOM wrapper API [here](https://github.com/tafia/quick-xml/pull/56) (which is now updated [here](https://github.com/ColinKinloch/quick-xml/blob/dom_update/src/dom.rs)) Originally the PR was closed because the `minidom` crate was using `quick-xml`. As...
Generated by: Claude
**Is your feature request related to a problem? Please describe.** md5 and sha1 are thoroughly broken at this point - we should rely on stronger checksums. We potentially run some...
https://issues.redhat.com/browse/PULP-599
Repository publish currently defaults to using gzip compression. Defaulting to zstd instead would result in smaller file sizes and marginally better performance. Zstd is supported by all newer versions of...
**Is your feature request related to a problem? Please describe.** Treeinfo doesn't really belong in the same category as the other `skip_types`. It's a different type of thing. Most users...
**Is your feature request related to a problem? Please describe.** Pulp RPM, Pulp Deb, and Pulp Ansible all happen to have a freestanding `CopyViewset` registered to its own API endpoint....
**Is your feature request related to a problem? Please describe.** `skip_types` being a sync-time option is awkward because A) it's one of very few such options and B) it's the...