-
Updated
Jul 12, 2021 - Python
asyncio
Here are 2,203 public repositories matching this topic...
-
Updated
Jul 12, 2021 - Python
Describe the bug
Originally, @asvetlov intended to delete any use of attrs
from aiohttp 4.0+ series via aio-libs/aiohttp#5284. He dropped it from the runtime deps too.
But there are some places that still rely on attrs
meaning that this will cause failures in runtime because of the missing dep. The tests currently succeed because attrs is listed as a test dep.
-
Updated
Jul 12, 2021 - Python
After reading through the docs section on NETRC support, we happen to support passing the NETRC file location via a NETRC
environment variable. But this is not documented in Environment Variables, so let's add it there.
-
Updated
Jun 24, 2021 - Python
-
Updated
Jul 9, 2021 - Python
-
Updated
Jun 25, 2021 - Python
Usually, next_cursor
in an API response exists under response_metadata
property. However, only admin.conversations.search API method's response has it at the top level: https://github.com/slackapi/java-slack-sdk/blob/main/slack-api-client/src/main/java/com/slack/api/methods/response/admin/conversations/AdminConversationsSearchResponse.java#L19
Due to this inconsistency, this part in this Py
-
Updated
Jun 5, 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
Jul 5, 2021 - Python
-
Updated
Jun 21, 2021 - Python
-
Updated
Jul 4, 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
Jun 6, 2021 - C++
-
Updated
Dec 27, 2019 - Python
ref #564
-
Updated
Jul 11, 2021 - Python
-
Updated
May 12, 2021 - Python
-
Updated
Apr 19, 2021 - Python
-
Updated
Jul 5, 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