J. Nick Koston

Results 202 issues of J. Nick Koston

https://github.com/aio-libs/aiohttp/blob/21f5f92a755dc5ac7225b5e76f561553cf86565e/aiohttp/payload.py#L97 There is a note that its inefficent. We might be able to clean it up by giving each payload a key as part of the base class and then...

> Yep, thinking about it more, this is part of the low-level API that most users shouldn't interact with. So, I guess we should be dealing with this limitation. >...

enhancement

https://github.com/aio-libs/aiohttp/blob/0b8be7f6c8db0d59afe02109df9be874d0d637e6/aiohttp/web_request.py#L428 There is a fallback to `socket.getfqdn()` which is not async safe and will block the loop while its resolved

bug

## Proposed change Add additional docs for importing code with asyncio When its safe to import keeps confusing devs so we need to provide more clarity here ## Type of...

### Package name propcache ### Package version 0.2.0 ### PyPI URL https://pypi.org/project/propcache/ ### piwheels URL https://www.piwheels.org/project/propcache/ ### Python version - [ ] Python 3.9 - [X] Python 3.11 ### I...

package issue

## Proposed change Note these must be bumped together since grpcio-status requires a newer protobuf changelogs: https://github.com/grpc/grpc/compare/v1.71.1...v1.72.0 https://github.com/protocolbuffers/protobuf/compare/v29.2...v30.2 TODO: - [ ] update https://pypi.org/project/google-maps-routing/ ## Type of change - [x]...

core
cla-signed
small-pr
dependency

## Proposed change There are some breaking changes with the protobuf naming and types required some refactoring changelog: https://github.com/esphome/aioesphomeapi/compare/v30.2.0...v31.0.0 ## Type of change - [x] Dependency upgrade - [ ]...

cla-signed
small-pr
integration: esphome
has-tests
dependency
by-code-owner
Quality Scale: platinum

Again, we should just remove cookie quoting, it _only_ causes problems. _Originally posted by @Dreamsorcerer in https://github.com/aio-libs/aiohttp/issues/11192#issuecomment-2968287117_

We can replace BasicAuth and proxy auth with a middleware helper instead so we don't have to maintain two methods. This will be a long deprecation cycle.

> I think it makes sense to make it a debug log at this point, though the noisiness in the past has been pretty helpful as most exceptions reported turned...