J. Nick Koston

Results 125 issues of J. Nick Koston

fixes https://github.com/home-assistant/core/issues/50492 - with async_timeout is deprecated without async - there was one place where ensure_future/create_task did not hold a strong reference to tasks. see https://docs.python.org/3/library/asyncio-task.html#asyncio.create_task > Important Save a...

## Proposed change fixes #117140 ## Type of change - [ ] Dependency upgrade - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New integration (thank you!)...

cla-signed
small-pr
integration: homekit_controller
by-code-owner
Quality Scale: No score

## Proposed change It was possible that the config entry was in a setup retry state and trying to setup when the user would try to remove the entry ##...

core
cla-signed
small-pr
bugfix

## Proposed change During a production run we cache the translations, but for tests we load english on every test (tests only have english). A new `pytest` fixture called `translations_once`...

core
cla-signed

- previous version 3.9.15 did not appear to have the issue - no reproducer available yet (sorry) - only seems to happen during serialize - orjson.Fragment is being used, but...

Stale

### Description This is a followup to #10788 Attached is a callgrind [pip_callgrind.zip](https://github.com/pypa/pip/files/12806985/pip_callgrind.zip) The bulk of the time is spent creating `Version` objects ### Expected behavior _No response_ ### pip...

type: bug
S: needs triage

`asn1` recently got a new maintainer and released [v0.5.0](https://github.com/pyasn1/pyasn1/releases/tag/v0.5.0) which has a change that is not compatible. See discussion in https://github.com/pyasn1/pyasn1/pull/30 It would be great if `pysnmp-pyasn1` could be dropped...

I had a power outage today and things didn't startup in the right order which resulted in the below. The failure was transient as it just happened that hass started...

https://github.com/2Fake/devolo_plc_api/blob/81723576742175f14aa50814209812b480d2d8c3/devolo_plc_api/device.py#L123 We recently discovered httpx does not perform well without passing in an ssl context (https://github.com/home-assistant/core/pull/89932) see https://github.com/encode/httpx/pull/2609 https://github.com/encode/httpx/issues/838#issuecomment-1289927214 The shared helper will be updated for this issue as well...