Mike
Mike
Adds listening to input from all controller channels instead of just 0. This restores functionality for those w/o a functioning P1 controller port. Many lines touched but functionally a small...
`flush` does not guarantee that all inflight messages are sent before calling the given callback. Instead, `flush` simply sends a batch of queued messages and waits for only that batch's...
Adds listening to input from all controller channels instead of just 0. This restores functionality for those w/o a functioning P1 controller port. Many lines touched but functionally a small...
This fixes the public backend by replacing requests to the community games page (`/profiles/{id}/games?tab=all`) and associated HTML, Javascript, and JSON parsing with requests to the community XML data API (`/profiles/{id}/games?xml=1`)....
After entering my SteamID64, the UI immediately shows "Offline (Retry)". Looking at the logs I see "Backend responded in unknown way". After some debugging I found this was due to...
versions: - node: v22.14.0 - @mux/mux-node: v11.0.0, v11.0.1, and v11.0.2 - dd-trace: 5.45.0 - import-in-the-middle: 1.13.1 Example code: ```js // test.mjs import Mux from '@mux/mux-node'; ``` This works with all...
On startup I get this error in the debug console: ``` Activating extension `siegebell.scope-info` failed: Cannot find module 'c:\Program Files (x86)\Microsoft VS Code\resources\app\node_modules\vscode-textmate\release\main.js' extensionHostProcess.js:453 Here is the error stack: Error:...