-
Updated
Jul 31, 2021 - Python
asyncio
Here are 2,243 public repositories matching this topic...
-
Updated
Jul 28, 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 30, 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 13, 2021 - Python
-
Updated
Jul 27, 2021 - Python
As a few Socket Mode related tests started failing only in the GitHub Actions environment, I've disabled them by this commit: slackapi/python-slack-sdk@75b554a
We would like to get the tests back to the running tests in CI builds once we figure out the way to make them stable.
Category (place an x
in each of the [ ]
)
- [ ]
-
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 22, 2021 - Python
-
Updated
Jun 21, 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
Jul 4, 2021 - Python
-
Updated
Jul 29, 2021 - C++
-
Updated
Dec 27, 2019 - Python
New exceptions
New exceptions
- BadRequest: Have no rights to send a message
- BadRequest: Group chat was deactivated
- BadRequest: Channel_private
- BadRequest: Have no rights to send a message
- Unauthorized: Forbidden: bot is not a member of the supergroup chat
- Unauthorized: Forbidden: bot is not a member of the group chat
- Unauthorized: Forbidden: chat_write_forbidden
Task
Wrap this e
-
Updated
Jul 17, 2021 - Python
-
Updated
May 12, 2021 - Python
-
Updated
Jul 28, 2021 - Python
-
Updated
Jul 29, 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