-
Updated
Feb 1, 2022 - Python
asyncio
Here are 2,533 public repositories matching this topic...
-
Updated
Jan 24, 2022 - Python
Long story short
The newly released version requires an explicit --user in envs where there is a risk of damaging the interpreter distribution failing loudly.
Example: https://github.com/aio-libs/aiohttp/runs/4998902391?check_suite_focus=true#step:10:166.
-
Updated
Jan 6, 2022 - 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
Jan 29, 2022 - Python
-
Updated
Jan 28, 2022 - Python
-
Updated
Jan 17, 2022 - Python
Current tools docs could be updated to reflect changelog entry regard rtm.start method deprecation for apps created after Nov 30th, 2021.
The page URLs
Requirements
Please read the [Contributing guidelines](https://github.com/slackapi/python-slack-sdk/
-
Updated
Jan 30, 2022
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 31, 2022 - Python
-
Updated
Jan 27, 2022 - 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
Oct 10, 2021 - Python
After reviewing #804, I've found that some methods aren't implemented as reply to webhook classes.
Missing classes I've discovered:
-
SendAnimation -
SendPoll -
SendDice - ...
Originally posted by @evgfilim1 in aiogram/aiogram#804 (comment)
-
Updated
Oct 12, 2021 - C++
-
Updated
Jan 31, 2022 - Python
When running strawberry export-schema core.schema:schema in a django project, we get this error:
django.core.exceptions.ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
To fix this we should create a management comm
-
Updated
Jan 31, 2022 - Python
-
Updated
Dec 27, 2019 - Python
-
Updated
Jan 31, 2022 - Python
-
Updated
Jan 11, 2022 - Python
-
Updated
Jan 26, 2022 - 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