Connor McCarroll

Results 15 comments of Connor McCarroll

I also get this, even after running `pip install -r requirements.txt` after activating the venv.

A quick and dirty change to add input consesus is here: ```diff - input.movement = Vec3::new(move_vec.x, vertical_axis, move_vec.y); + input.movement += Vec3::new(move_vec.x, vertical_axis, move_vec.y); ^ - input.sprint = button_input.pressed(button(controller.pad_sprint)); +...

After asking around online, someone brought up a good point in favour of the input consensus solution. > The Steam Deck and Steam Controller’s touchpads can result in both mouse...

This is happening for me too, gamescope version 3.16.1-38-gef1e8dbe. I've tried the `wayland`, `sdl`, and `drm` backends to no avail. ``` OS: EndeavourOS Kernel: 6.13.0-2-cachyos-bore x86_64 Shell: bash 5.2.37 DE:...

> I don't thick the top icons shoud be aligned with tab icon when sidebar is expanded. While we may disagree on what the button should be aligned with, I'm...