Kiskae
Kiskae
I've run into this issue while running a newer version of the `debian` docker container. After looking at the system calls it appears to be caused by the absence of...
Reduced to this testcase: ```rust #[test] fn decode_convergent_length() { assert!(Base32Unpadded::decode_vec(&"a".repeat(729)).is_ok()); } ``` It turns out that at length `729`, the `decoded_len` function returns a multiple of `5`. This then causes...
The title of this issue appears to be a third bug, where `encode` does not properly truncate the unused parts of the output buffer.
The `intel-ocl` package is unfree and not required for newer processors, should it be gated behind an unfree/legacy option?
> > The `intel-ocl` package is unfree and not required for newer processors, should it be gated behind an unfree/legacy option? > > How old? `hardware.enableRedistributableFirmware` could be used potentially...
I've previously tinkered with a solution that solves a lot of the same issues as this PR, so I'd like to offer it as an alternative: ### Ephemeral derivations -...