K900
K900
### Describe the bug See below. ### How to reproduce ``` ~ ❯ $env.config.hooks.command_not_found = {|cmd| lol} ~ ❯ lol thread 'main' has overflowed its stack fatal runtime error: stack...
#### Your system information * Steam client version: 1708479383 * SteamOS version: 20240221.1000 * Opted into Steam client beta?: [Yes/No] yes * Opted into SteamOS beta?: [Yes/No] yes * Have...
Upstream issue: https://github.com/microsoft/WSL/issues/9213 Workaround for now: ```nix users.users.foo.shell = let wrapper = pkgs.writeShellScriptBin "shell-wrapper" '' . /etc/set-environment exec ${pkgs.zsh}/bin/zsh "$@" ''; in lib.mkForce "${wrapper}/bin/shell-wrapper"; ``` Proper workaround doesn't seem possible...
**Describe the bug** After using `patchelf --set-rpath` on a library from a recent Firefox Nightly build, the library can no longer be loaded because it segfaults the linker. **Steps To...
**OS version:** Windows 11 / NixOS 24.05 **Browser version:** Firefox nightly **Extension version:** 0.3.1 **Bridge version:** 0.3.0 **Description** The bridge fails to enumerate devices, the browser console shows ``` stderr...
Hi! Could you please specify a license for the source code of this repo? I want to package it for a distribution, but right now I'm legally not allowed to.
"Collection was modified; enumeration operation may not execute." thrown from this line: https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/blob/master/LibreHardwareMonitor/Utilities/HttpServer.cs#L589 I'm not sure what the solution here is, possibly there should be a way to get a...
I can't reproduce it consistently, but sometimes, when resuming from suspend, LHM crashes with an `InvalidOperationException("Collection was modified; enumeration operation may not execute.")` in one of the loops of `GenerateJsonForNode`....
**Describe the bug** When starting, then exiting Darktide, Playnite continue to report the game as "running", even though it's not. This seems to be specific to how Darktide does things,...
Something I'm seeing on my laptop (NixOS, kernel 6.9.7, generally pretty vanilla) is that when there's a big spike in I/O load (in my case usually caused by a NixOS...