Dave Gaeddert
Dave Gaeddert
[PullApprove](https://www.pullapprove.com) seems like a good fit for this list. Let me know if you have questions -- thanks!
I'm curious if this could be in the scope of simplify? I'm assuming you know what I mean here... oddly hard to describe though so let me know if not.
Don't know if this is something you can or would like to pursue (or could be contributed?), but I would love the option to move some of these buttons into...
Closes #8085. I expect there's still some more detail to be discussed but, based on the issue discussion, it felt like maybe it was ready for a PR again. Any...
> What I was looking for originally was a way to get more information on certain failed checks, particularly the ones where the extra detail (like which PHP files were...
Vendoring this dependency and noticed that relative imports are used in most places, but not everywhere. Since they are already used elsewhere, it seems like changing the few remaining ones...
Is there an option to easily enable all the error codes that are fixable (and disable the non-fixable ones)? Something like: ```sh ruff --select-fixable ``` Basically I'm looking at pairing...
Copy and paste error when updating the changelog: https://github.com/dropseed/combine/runs/1751424832?check_suite_focus=true
It should be possible to raise your own OAuthError with a custom message, which gets rendered in the error template.
I'm wanting to change some additional settings on the sendgrid Mail object before it's sent (specifically click tracking - https://github.com/sendgrid/sendgrid-python/blob/master/sendgrid/helpers/mail/mail.py#L23). I was wondering if there is or should be a...