-
Updated
Aug 17, 2021 - Python
asyncio
Here are 2,286 public repositories matching this topic...
-
Updated
Aug 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
Aug 10, 2021 - Cython
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
Aug 5, 2021 - Python
-
Updated
Aug 10, 2021 - Python
Currently, https://slack.dev/python-slack-sdk/socket-mode/index.html has only Events API example. We add interactivity patterns (e.g., shortcuts, modal submission, button clicks, etc.) in the page.
@~tjstum Thanks for your prompt reply here!
I might suggest adding something to the docs of SocketModeRequest (and the example usages) mentioning that the WebhookClient/AsyncWebhookClient ca
-
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
Aug 1, 2021 - Python
-
Updated
Aug 17, 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++
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
Dec 27, 2019 - Python
-
Updated
Aug 17, 2021 - Python
-
Updated
May 12, 2021 - Python
-
Updated
Aug 10, 2021 - Python
-
Updated
Aug 16, 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