Andrew

Results 9 comments of Andrew

I don't know if it helps, but I was researching simplepolygon's issue list. There was an [old issue](https://github.com/mclaeysb/simplepolygon/issues/7) where it was stated that a very vertical line tripped up it's...

I'm working on a PR for this. I was thinking of using the built-in Android user cert picker, but I don't think that's in the earlier versions of Android, which...

If this is a feature that should be implemented, I can work on it.

I think this might be useful for something I'm trying to do as well. I'd like to get the `select` item changed event so I can run some other code...

This seems to be a non-starter: ls-remote shows 1.16.0 and 1.16.0-1, which this application will not install. What other way should an install be attempted? I also tried your 1.17...

I didn't see a release so I just copied your master branch. It seems to work mostly in a fresh freebsd jail with py3, however during the renaming process there...

Needed this fixed sooner rather than later, so I dug into the code a bit, but it's been 25 years since I've done any python, so 🤷 ... I think...

Was able to repro. I tracked the issue down to the [cmd-shim](https://github.com/ForbesLindesay/cmd-shim) library. There is an [open PR that solves this.](https://github.com/ForbesLindesay/cmd-shim/pull/11) When I updated my shim to the new code...