J. Nick Koston
J. Nick Koston
Please [open an issue](https://github.com/home-assistant/core/issues/new?assignees=&labels=&projects=&template=bug_report.yml) and provide debug logs and diagnostics https://www.home-assistant.io/docs/configuration/troubleshooting/#debug-logs-and-diagnostics
Added skip label as a workaround since changelog bot is currently not working
close/reopen to rerun ci
Ran a profile. Only thing I noticed is `schema` comes up a lot in `yarl`. Probably would make sense to put that one in the dict to and avoid the...
Tested one production. No adverse effect observed
Thanks @commonism
This PR introduced a regression in decoding query string params in joined urls. I attempted to fix it in https://github.com/aio-libs/yarl/pull/1066 but the fix looks more involved so I'm going to...
skip label added as a workaround since the bot is currently not working as expected
mypy already got updated so I removed that
There is a retry wrapper around that function that will cause it to retry 10 times. It looks like it ran out of locks on the first try and was...