Josh Soref

Results 1027 comments of Josh Soref

Fwiw, when github makes a squash commit, it lists _github_ as the committer, and it does not include a `sign-off-by: GitHub ` in the commit message. It blames the author...

I'm happy to create a PR for this if you're open to it.

@tgreenx: it looks like CI failed... I don't remember why, but it's certainly possible I couldn't figure out how to make it happy. I'll rebase and see if it has...

/remove-lifecycle stale We've been running with this change since I made the PR. I haven't noticed the complaints since, although I'm not sure about the best way to trigger it....

I think I agree w/ the idea of simplifying `queries` to `query` (from an end user's perspective, and even conceptually, the client here is performing a _query_ to the remote...

Aqua/Carbon/Cocoa were widget frameworks with very specific characteristics and weren't particularly compatible with each other. I think in modern times people would use Quartz ~ Core Graphics instead of any...

Do you want to post to https://discuss.python.org/ as suggested by @merwok ? Fwiw, it looks like the current mess came from https://peps.python.org/pep-0301/

Here's a run with this: https://github.com/check-spelling-sandbox/typst/actions/runs/11058296381 This generates two artifacts, one with the tests as rendered (which is useful for understanding why something failed), and one with the updates for...

Fwiw, the most common (in my experience -- I trip over it periodically at work and when helping others) failure is: - #1683 I'm noting this because someone asked me...