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 -...
I've run into this issue with Gnome/Mutter as well so it is not specific to gamescope. It is however much easier to test gamescope in isolation. Here is a gdb...
I suspect this problem is being caused by a mismatch of gbm backend between Xwayland and the application itself. My particular testcase involves wine and dxvk/vkd3d, which allowed me to...
After some more digging I believe I've found the root cause of this issue: 1. Since driver `525` nvidia added support for the vendor-neutral `DRM_FORMAT_MOD_LINEAR` format modifier[^1], but it is...
> Using nvidia 525.89.02, Xwayland 22.1.8 and gamescope ecee87 this case is not reproducible at all for me. I just tried without the ICD loader parameter as well, so `prime-run...