Wolf Vollprecht
Wolf Vollprecht
If we want to deliver zchunk repodata, we need to have additional repodata-metadata. - zchunk needs header size and header checksum (SHA256 for example) before the download start - for...
We should save the path beforehand into a temporary, then remove it. Nested expressions are somewhat difficult here.
`unset $SOMETHING` doesn't work
When a child process is terminated by a signal, return the POSIX-standard exit code (128 + signal_number) instead of falling back to 1. This fixes incorrect exit codes when processes...
Add ProcessSignaler type to track spawned child process PIDs, enabling proper signal forwarding by allowing callers to check process groups before forwarding signals. - Add ProcessSignaler with current_pid() and subscribe()...
I saw the `deserialize` support and was wondering if you have plans to add a `marked_yaml::to_string( ... )` functionality as well (serializing to YAML)? If I understand correctly, this functionality...
Hey, looking for some early feedback on this change to make validation of blobs without providing the actual blob easier. #### Summary With this change, one can validate blobs without...
cc @aktech