Dmitrij Matveev
Dmitrij Matveev
I can't really find anything in docs about the use of pipe_to. The only clarification I could find is [this](https://github.com/omarryhan/aiogoogle/blob/master/examples/stream_drive_file.py), where bytes get just printed out. What buffer does it...
AsyncVkExecuteRequestPool wall.get method with extended=1 adds 'groups' elements from previous call to the next. Code: ```py import aiovk from aiovk.pools import AsyncVkExecuteRequestPool async def f(): pool = AsyncVkExecuteRequestPool() resp =...
**Describe the bug** Types for View collections are generated with `created` and `updated`, while View collections do not require or enforce those fields. Example View collection Response: ```json { "id":...