guyzmo

Results 113 comments of guyzmo

I guess I'll have another look at some point, and try to input debug printouts in the code to check why it's not using xrandr. I've never done any rust,...

maybe a nice thing would be to document what would be needed for having xrandr actually working :-s

It's been frustrating for me as well, and thanks @konung for the snippet, I'm totally using it! Though, I stick to the format that when a result succeeds, the output...

@theohdv have you found something that does that, or someone that implemented it?

ok, I'm actually trying out https://github.com/dahjelle/react-native-android-webview-file-image-upload which *looks like* doing it. I'm implementing it directly in my project, instead of making it an external package… If it's working I might...

After some digging, tickering with the kernel module: * I tried former versions of the module (up to [this commit]( https://github.com/torvalds/linux/commit/f07b3c1da92db108662f99417a212fc1eddc44d1#diff-b31bb07401d2e8aafa4a62c10b6781f3), before that `hid_register_report` has another prototype. And it led...

because of the issue, I thought it might be the `magicmouse_setup_input` method that's faulty, so I tried reverting it up to a version from 2013, and it changed nothing. I...

(and if you don't mind keeping this issue for tracking progress and research about that issue, so it's simpler than going through forums or mailing lists).

Hello, and thank you for the project, it's awesome ❤️ Though, I did not know that was possible and I've tried to do my changes with multiple vbranches together, but...

Along with the support of pull requests — if it's not already implemented — please, *really please* make it possible to `git fetch` the pull-requests as git refs. git fetch...