-
Updated
Feb 2, 2021 - Python
asyncio
Here are 1,990 public repositories matching this topic...
-
Updated
Feb 1, 2021 - Python
TraceConfig.on_response_chunk_received doesn't trace if the response body is read from ClientResponse.content
This behavior isn't obvious when looking at Tracing Reference, [Streaming Response Content](https://docs.aiohttp.org/e
-
Updated
Feb 2, 2021 - Python
Prompted by encode/httpx#350 (comment)
As discussed in #350, HTTPX doesn't provide a solution for managing the startup/shutdown lifecycle of an ASGI app. That is left to user code and not planned to change soon.
However we could/should consider pointing users at asgi-lifespan in our docs so that we're pointing at
-
Updated
Jan 22, 2021 - Python
-
Updated
Jan 21, 2021 - Python
-
Updated
Jan 27, 2021 - Python
-
Updated
Feb 2, 2021 - Python
-
Updated
Nov 10, 2020
-
Updated
Jan 6, 2021 - Python
Great stuff! I'd love to use this in magic-wormhole.. I only need the DataChannel, though. Any idea how hard it'd be to define a 'feature' for the codecs, so pip install aiortc[video] gets you the dependencies on the codecs, but pip install aiortc[datachannel] does not?
-
Updated
Jan 16, 2021 - Python
-
Updated
Jan 29, 2021 - Python
-
Updated
Dec 27, 2019 - Python
-
Updated
Jan 24, 2021 - Python
Example of usage:
users = await User.filter(first_name__ilike="c%r")
I know this can be done with startswith and endswith, but there are cases where using the LIKE operator is better:
users = await User.filter(first_name__ilike="j_r%")
This would be used to match Jeremy, Jorge, Jordan...
-
Updated
Jan 31, 2021 - Python
-
Updated
Feb 2, 2021 - Python
-
Updated
Jan 3, 2021 - C++
-
Updated
Feb 1, 2021 - Python
-
Updated
Jan 21, 2021 - Python
Looks like the error message string expected by BotKicked exception isn't matching the current Telegram API response.
So the BotKicked exception is never raised.
Expected Behavior
BotKicked exception should be raised.
Current Behavior
TelegramAPIError exception is raised with the following message: "Forbidden: bot was kicked from the group chat".
However, BotKicked exce
-
Updated
Jan 10, 2021 - Python
Improve this page
Add a description, image, and links to the asyncio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asyncio topic, visit your repo's landing page and select "manage topics."


First check