Tyson Whitehead
Tyson Whitehead
Is there any way to ask some basic usage questions (e.g., mailing list, etc)?
[BUG] SteamVR "force_input" setting for "input/thumbstick" in legacy_bindings_index_controller.json
**Describe the bug** Running SteamVR 2.1.8. I get the warning ``` Thu Nov 23 2023 23:55:26.444147 [Info] - Determined this is a legacy app. Thu Nov 23 2023 23:55:26.445461 [Info]...
#### Your system information * Steam client version (build number or date): > Steam Version: 1701289036 > Steam Client Build Date: Wed, Nov 29 2:59 PM UTC -08:00 > Steam...
``` $ echo 1 2 3 | frawk '{ $1 = 0; print $0 }' 0 2 3 ``` vs ``` $ echo 1,2,3 | frawk -i csv '{ $1...
My understanding is that a [`Pipe`](/snoyberg/conduit/blob/be803218b5b2acaad2eb720ca3a27a4d0734fba8/conduit/Data/Conduit/Internal/Pipe.hs#L89) should not generally be abandoned except on `Done result` or by running the `final` cleanup associated with a `HaveOutput pipe final output`. Part of...
Due to the location of an if check, PROTON_ENABLE_HIDRAW, SDL_GAMECONTROLLER_ALLOW_STEAM_VIRTUAL_GAMEPAD, SDL_GAMECONTROLLER_IGNORE_DEVICES_EXCEPT, and SDL_GAMECONTROLLER_IGNORE_DEVICES apply to the input subsystem too. The logged messages are "hidraw %s: deferring %s to a different...
@edolstra Was trying to figure out why a script I wrote based on `mirror-nixos-branch` wasn't working. Finally tracked it down to the fact that that the `jobsetevals` attribute is sorted...
Did the trick in the script I created based on _mirror-nixos-branch.pl_. Haven't actually tested in this one, but seems pretty trivial.
**Describe the bug** Was running 22.11. Updated system config for 23.05 and did a `nixos-rebuild boot`. System ran out of disk space part way through. Freed more disk space and...
Just a quick note that a lot of the [other-implementations-are-not-compliant examples](https://wiki.haskell.org/Regex_Posix#Results_and_Bugs) appear to be about empty patterns (e.g., issues with the matching of `()` in `(()|.)(b)`). If you read the...