J. Nick Koston
J. Nick Koston
https://github.com/aio-libs/aiohttp-cors/blob/38c6c17bffc805e46baccd7be1b4fd8c69d95dc3/aiohttp_cors/urldispatcher_router_adapter.py#L187 > `aiohttp-cors` accesses the protected `self._routes` here and relies on being able to add new methods We could just update that library? _Originally posted by @Dreamsorcerer in https://github.com/aio-libs/aiohttp/issues/9972#issuecomment-2500938152_
## What do these changes do? Workaround uvloop losing track of sockets when passing a socket to `create_connection`. As we are coming up on a year of https://github.com/MagicStack/uvloop/issues/645, and the...
Alternate version of https://github.com/aio-libs/aiohttp/pull/11764 without typing changes since they ballooned into something awful closes https://github.com/aio-libs/aiohttp/issues/11763
## What do these changes do? This PR improves error messages for `ContentLengthError` by including both the expected and received byte counts. When a response body doesn't match the Content-Length...
# What does this implement/fix? Add zero-copy support for API noise encryption key requests. When a client sends a `NoiseEncryptionSetKeyRequest` with a base64-encoded key, the bytes data is now passed...
# What does this implement/fix? Add zero-copy support for API fan preset mode commands. When a client sends a `FanCommandRequest` with `preset_mode`, the string data is now passed directly from...
# What does this implement/fix? Add zero-copy support for API climate custom fan mode and custom preset commands. When a client sends a `ClimateCommandRequest` with `custom_fan_mode` or `custom_preset`, the string...
Some times chars & services appear to be be missing because ServicesResolved comes before the actual services/chars are added to dbus. To reproduce you must restart dbus as the problem...
Right now we can't use this package because I can't build wheels for it for Home Assistant as the build system can't do custom builds. Perhaps a PEP 517 build...
Before merging the following needs to be configured: - [ ] verify trusted publisher added https://pypi.org/manage/project/pycares/settings/publishing/ - Owner: `saghul` - Repository name: `pycares` - Workflow name: `release-wheels.yml` - Environment: `pypi`...