Matt Purnell
Matt Purnell
I'm not sure if this applies to your use case (and also I'm 4 years late), but codecov supports a section in their yaml file (codecov.yml in root directory) called...
I also encountered this issue but was having to re-authorize my application every few days. I originally tried to use Google Workspaces as a workaround to the Testing status, because...
It seems the issue is not caused by metadata returning _adapters.Message. Workaround is below, but the typing should maybe still be updated. > ... [mypy is complaining](https://github.com/getsentry/sentry-python/actions/runs/13265791369/job/37032979239?pr=4039) about `PackageMetadata` having...
The final migration has been merged in #709. How do we trigger the bot to update the PR description and complete the merge?
Thanks for the feedback! I did my best to break it up into separate PRs that could all be merged atomically, leaving this PR until the very end. At your...
> For this, I think we want to explore just using pure Python + numpy instead. This has been implemented! I also added a few more tests, just to verify...
Not sure if it's preferred for me to add lint supression in all 4 files that it complained about or to leave them alone and have the CI be failing....