Simon Bruder
Simon Bruder
Thanks, that looks like a reasonable alternative. However, I have switched to formatting with pylsp’s black plugin instead, which does not require this plugin to be installed.
@Docteh I tried appending `.txt` to the license URL and that seems to return a plain text version of the CC-BY-SA 3.0: https://creativecommons.org/licenses/by-sa/3.0/legalcode.txt
Thanks for the update! For me, even the Ryujinx version currently in nixpkgs is broken and fails to load `avutil` when decoding a video (e.g. in Mario Kart 8 Deluxe...
Yes, adding it to `runtimeDeps` also works, I didn’t know something like that existed for dotnet packages. I didn’t bisect it, but guess that https://github.com/Ryujinx/Ryujinx/commit/c5bddfeab8a905ce6c306ffafb079d8550f0b027 is the commit that changed...
You’re right, the patch doesn’t really make sense in the form that is included in this PR, so I’ll wait until the PR is updated to also replace the newly...
I just tested it again and it seems like even the current EA is affected (sorry for editing my comment a bazillion times). It looks like the last mainline version...
@Docteh Thanks for updating the PR and for also keeping us updated! Replacing the unfree icons with a placeholder is a good idea. Because my performance issue wasn’t really fully...
I also hit this problem while trying to build it with `rustPlatform.buildRustPackage` and managed to solve it by adding `clang` to `nativeBuildInputs`. I don’t know why that is needed, but...
This got resolved in NixOS by https://github.com/NixOS/nixpkgs/pull/189961. For everyone not using NixOS, but still running steam inside a container environment, it can be fixed by setting the environment variable `SDL_JOYSTICK_DISABLE_UDEV=1`,...
This got resolved in NixOS by https://github.com/NixOS/nixpkgs/pull/189961. For everyone not using NixOS, but still running steam inside a container environment, it can be fixed by setting the environment variable `SDL_JOYSTICK_DISABLE_UDEV=1`,...