Tyson Whitehead
Tyson Whitehead
Thanks for the info to both of you. I feel I understand what is happening better now. The ``` desc.is_gamepad = (axes == 6 && buttons >= 14); ``` also...
I put together a SDL2 patch to [still use udev for device classification](https://github.com/libsdl-org/SDL/pull/8645) even if in a container. If anyone want to try it, I rebuilt libSDL2 for all the...
> Maybe we could also change this line: > ``` > desc.is_gamepad = (axes == 6 && buttons >= 14); > ``` > to > ``` > desc.is_gamepad = (axes...
On the actual pull request (sorry for my SDL side trip polluting this thread), I think we are in agreement that, with the if branches the way there are, this...
Just ran into a need for a generalized `fmap` on these things. Fortunately I have an `Applicative f` instead of just a `Functor f`, and it would seem the obvious...
Just throwing this out there, do you have the DRI3 extension enabled? ``` $ xdpyinfo ... number of extensions: 28 ... DRI2 DRI3 ← need this ... ``` The amdgpu...
Does seem like there are a few prior firmware update issues going way back to early 1.x releases * 2017: #5 (these are older lighthouses you could plug in with...
Getting it in the logs too. Here is a cut from _vrclient_steam.log_ (notice this happens many times a second) ``` ... Thu Nov 23 2023 21:41:58.788200 [Info] - Determined this...
Just a note that I worked around both it not being found and the version issue by editing the the _libcrypto_ctypes.py_ file in the directory calibre had unpacked the plugin....
No problem. I did it again just now and updated the comment to have the correct library loading line (`libcrypto.so.3`). Had read through the code, and the commented code is...