-
Updated
Apr 18, 2021 - Python
asyncio
Here are 2,089 public repositories matching this topic...
-
Updated
Apr 17, 2021 - Python
The _make_handler() method was removed in this PR: aio-libs/aiohttp#3939
But, is still used at: https://github.com/aio-libs/aiohttp/blob/master/tests/autobahn/server.py#L37
This needs updating, if anybody would like to take on this small task.
References to aiohttp.ws_connect() appear to also need updating:
https://github.com/aio-libs/aiohttp/blob/master/tests
-
Updated
Apr 12, 2021 - Python
HTTPCore has support for anyio, but we don't document it yet: https://www.python-httpx.org/async/#supported-async-environments
IMO there are two things to document:
- HTTPX can work with programs that run under
anyio, since it'll auto-detect the async environment and use the one set byanyio. - For maximum consistency, HTTPCore can be told to use
anyiointernally by passing `backend
-
Updated
Jan 21, 2021 - Python
-
Updated
Feb 23, 2021 - Python
-
Updated
Apr 1, 2021 - Python
slack_sdk.models.blocks.block_elements.ConversationFilter is missing the new optional field exclude_external_shared_channels
Reference:
https://api.slack.com/reference/block-kit/composition-objects#filter_conversations
-
Updated
Apr 3, 2021
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
Apr 16, 2021 - Python
-
Updated
Mar 30, 2021 - Python
-
Updated
Apr 6, 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
Dec 27, 2019 - Python
-
Updated
Feb 28, 2021 - C++
-
Updated
Apr 16, 2021 - Python
-
Updated
Apr 17, 2021 - Python
Context (ru): @aiogram_ru#524096
-
Updated
Apr 17, 2021 - Python
-
Updated
Apr 9, 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