Ken Mitton

Results 10 issues of Ken Mitton

I'd expect Search to take Unicode objects in Python 2.7: ``` # -*- coding: utf-8 -*- from yelp.client import Client from yelp.oauth1_authenticator import Oauth1Authenticator auth = Oauth1Authenticator(...) client = Client(auth)...

mittonk probably won't get to this in #55 , but we should do it as a follow-up to prevent any regressions on #51 .

No matter how many mice are connected, Wayland with the Xwayland compatibility layer always reports these three pointing devices: ``` $ ./detect_mice ManyMouse driver: X11 XInput2 extension #0: xwayland-pointer:1 #1:...

Feels like SDL2 is common enough that this should build for most people... but putting it last in build order just in case. Tested on macOS 14.7 and Arch Linux.

``` % ./detect_mice No mice detected! % uname -a Darwin mittonk-air21.local 23.6.0 Darwin Kernel Version 23.6.0: Wed Jul 31 20:49:46 PDT 2024; root:xnu-10063.141.1.700.5~1/RELEASE_ARM64_T8103 arm64 ``` Not sure if this is...

RetroPie-Setup pull request is also in flight.

Builds and runs on a RPi 4 (Bookworm 64). Builds and runs on a RPi Zero 2w (official RetroPie image, Buster 32). (Unusably slow on a RPi B+.) No targeted...

https://docs.libretro.com/guides/input-controller-drivers/ shows multi-mouse support for Linux `udev` and Windows `raw`... but nothing for macOS. RetroArch is currently using Cocoa API and HID Manager. For comparison, https://github.com/icculus/manymouse supports multi-mouse on Macs...

platform: osx
feature request
input: mouse