Chris Jones

Results 230 comments of Chris Jones

We're supposed to be, but the GitHub command line client is weird and I messed up the last couple of PRs

It asks questions about base repos for the PR and I keep answering it incorrectly and haven't figured out how to automate that part fully yet 🤔

Hey @luckman212 , sorry this has been such a miserable experience. FWIW the docs.json file is required for the build because we ship it in the app bundle to allow...

Ah, I guess you have `PIP_REQUIRE_VIRTUALENV=true` in your environment, which would trigger the venv error.

Absolutely agree that Python on macOS is a disaster, which is partly why I just bluntly hardcode the system Python/Pip, so at least I know we're always using the same...

Ok, so that `DEVELOPMENT_TEAM` thing is a legitimate issue I need to take care of. As for the `docs.json` generation, @randomeizer have at this point implemented three different docstrings parsers...

@latenitefilms without having tried it in code, is it not possible to compare `currentSystemCursor` directly to the different cursor properties?

Quite often we see that this is because there is a process running which is not responding to accessibility events properly (they are how all third party window management is...

By default `hs.application.open()` will return as quickly as it can, which generally means the app hasn't launched yet. There's a second argument `wait` which lets you specify a number of...

I also wish we had a better story here, but I'm not aware of any macOS API that would let us reconcile the differences here, other than maybe Spotlight. If...