Jon Winsley

Results 95 comments of Jon Winsley

Confirmed, I can reproduce. As far as I know, there's no way to catch a segfault - the app has to crash. So we need to check authorization ahead of...

It's been a while since I looked into this, but as I recall you'll probably have to get really low-level, like USB protocol low, on most systems. I think the...

Afraid not, I no longer have access to a Mac for development and testing. Note that the [original keyboard repo](https://github.com/boppreh/keyboard) did have mouse support for OS X, so you can...

Making progress; however, cost tracking currently only kicks in if the franchise is active (has been harvested). In certain edge cases where a harvester never makes it to the source...

Partly implemented - need protected paths to ramparts, and need to prevent shoves from pushing guards out of ramparts

A Linux wheel for opencv will also have to be part of this piece.

I'm anticipating a new computer shortly, so I'll be working on cross-platform support in OS X and Linux in the near future.

Initial research on Linux seems to indicate that getting a robust screen capture from native libraries without a third-party tool is difficult. Working to find the best solution.

Ran into an issue installing opencv on OSX. Installing it as an ordinary user failed; it had to be installed using sudo: sudo -H pip3 install opencv-python I've [opened an...