Andrew Svetlov

Results 374 comments of Andrew Svetlov

Thanks for the report. Fix should be `with async_timeout.timeout(timeout=timeout, loop=self._loop):` -> `async with async_timeout.timeout(timeout):` Would you prepare a pull request?

Fix linter please

I suspect until new demos are mentioned in https://demos.aiohttp.org/en/latest/ somehow they don't exist for the most part of aiohttp users. People just cannot understand where and what to search. @jettify...

Replacing is another useful strategy already implemented by `md.update()`. I'm talking about this case: 1. Aiohttp client session has a set of default HTTP headers. 2. `client.request()` accepts headers for...

Will do. Sorry for a pause

Sorry, I don't think that the feature can be implemented easily. Please feel free to provide a pull request though.

Correct, the archive is stored in memory. We should support an alternative API for streaming archive's data probably, PR is welcome.

My idea is to look on CPython sources. Unfortunately, that's it for now