Alexander Mohr

Results 55 issues of Alexander Mohr

@dazza-codes had the great insight to notice that the event [creating-client-class.*](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/events.html#creating-client-class) would enable use to remove the `AioClientCreator._create_client_class` method be replacing the `base_classes` parameter with our `AioBaseClient` override. We should...

enhancement

Instead of us generating tons of copy/pasted code for sections where we're only adding an await perhaps we should think about swapping to bytecode patching. There are helpers like bytecode...

enhancement

adds support for setting an aioboto user agent

https://github.com/jotes/pytest-moto based on discussion in #583 perhaps contributing some of our code to it where it makes sense.

enhancement
pr-available

Previously we had an issue where every pull request would get build, and every branch in this repo would get built. That meant that PRs against branches on this repo...

enhancement

just wondering, thanks!

See https://github.com/aio-libs/aiohttp/issues/1992 and comment in endpoint.py

based on conversation in https://github.com/aio-libs/aiobotocore/pull/67

I just ran into this error for the first time with aiobotocore, logging here for us to check if we're missing any adaptation from aiohttp 2.x ``` Traceback (most recent...