K900
K900
Looking at the Yuzu logs here, it seems like sc-controller is providing some very wrong readings: ``` [ 103.945265] Input input_common/udp/client.cpp:UpdateYuzuSettings:337: UDP Controller 0: gyro=(0.39711976, 0.07159893, -0.23690248), accel=(0, -0, 0)...
Actually, looks like these values are somehow scaled by Yuzu already before being logged: https://github.com/yuzu-emu/yuzu/blob/5edc96f4a47bff64cfd97f0c91e42b56ab58b2d7/src/input_common/udp/client.cpp#L285
Seems like it's not required if all files are Apache licensed. > Each original source document (code and documentation, but excluding the LICENSE and NOTICE files SHOULD include a short...
I feel like the right way to do it would be to support the same aggregations timers have - so average, min, max, percentiles and all that stuff. That way...
Wild guess: when have you last updated the nixos-wsl channel/input? This might be fixed by https://github.com/nix-community/NixOS-WSL/commit/28185e373de03bcc0ef5bf2479cb2868fa88e6bb
Please try https://github.com/nix-community/NixOS-WSL/pull/99
Can you run `file /run/binfmt/WSLinterop`?
[This commit](https://github.com/cinohee/JSMTProxy/commit/751026c043670d83f62bd59d4cb07cd77d793645#diff-f1f662db08cd0a12a553239e686e428aR62) has the right idea - you just need to pass the protocol tag (either `0xef 0xef 0xef 0xef` or `0xee 0xee 0xee 0xee`) to the Telegram servers to...
I'm not familiar enough with JS to rewrite the code. If you just want a working solution, try [this](https://github.com/alexbers/mtprotoproxy/pull/27) - I've implemented similar changes there and can confirm it works...
The Python version of the proxy should run just fine on Windows, including my fork of it. Also, this is horribly off-topic for this repository.