-
Updated
Apr 8, 2022 - Python
asyncio
Here are 2,625 public repositories matching this topic...
-
Updated
Apr 3, 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
-
Updated
Mar 30, 2022 - Python
-
Updated
Apr 6, 2022 - Python
-
Updated
Mar 27, 2022 - Python
-
Updated
Mar 14, 2022
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
Apr 6, 2022 - Python
-
Updated
Apr 1, 2022 - Python
-
Updated
Apr 7, 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...
As i understand, now InlineKeyboardMarkup is just a dict with lists, so method like pop() will be useful and make code cleaner, at least for newbies like me.
For now, to make dynamic inline keyboard with deleting buttons after user clicks on them i need to recreate entire markup from changed list, but it can be simplified by using InlineKeyboardMarkup.pop() or something like that.
-
Updated
Feb 12, 2022 - Python
-
Updated
Oct 12, 2021 - C++
This should make developer life easier if they forget to use the federation schema :)
See: https://discord.com/channels/689806334337482765/773519351423827978/950480727630303232
-
Updated
Apr 7, 2022 - Python
-
Updated
Mar 30, 2022 - Python
-
Updated
Mar 31, 2022 - Python
-
Updated
Dec 27, 2019 - 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