-
Updated
Jan 11, 2022 - Python
asyncio
Here are 2,505 public repositories matching this topic...
-
Updated
Jan 10, 2022 - Python
Is your feature request related to a problem?
While setting the target interface's ip should work in most cases, it's possible that multiple devices have the same ip.
Also i'm having trouble using a wireguard vpn when i set Table=off. Table=off disables setting up the routes for the vpn and it justs shows up as a regular device. The connection is fine as pycurl can access it when i set
-
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
Dec 28, 2021 - Python
-
Updated
Dec 16, 2021 - Python
-
Updated
Dec 8, 2021 - Python
The README has links that don't work when viewed from PyPi. An example, which uses /tutorial as a relative path, resulting in a 404. The Table of Content anchors also appear to not work as intended.
Links on the project page should be reviewed and updated to
-
Updated
Nov 4, 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
Jan 10, 2022 - Python
-
Updated
Jan 6, 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
Add ability to filter sender_chat messages
Examples:
@dp.message_handler(from_chat=True)
async def handle_chat_senders(message: types.Message):
"""Handle message from any sender_chat."""
sender: Chat = message.sender_chat
text = f"Hi, {sender.full_name}!"
await message.answer(text)@dp.message_handler(from_chat=["@TrueMafiaNews"])
async def h-
Updated
Oct 12, 2021 - C++
-
Updated
Jan 10, 2022 - Python
-
Updated
Dec 27, 2019 - Python
With the recent bug-fix in #1463, I noticed a lack of tests directly testing UnionDefinition.get_type_resolver and the function that it returns. We should add these.
-
Updated
Jan 10, 2022 - Python
-
Updated
Jan 10, 2022 - Python
-
Updated
Dec 14, 2021 - Python
-
Updated
Jan 3, 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