-
Updated
Aug 1, 2022 - Python
asyncio
Here are 2,787 public repositories matching this topic...
-
Updated
Aug 1, 2022 - Python
The path parameter to web.run_app(): https://docs.aiohttp.org/en/stable/web_reference.html#aiohttp.web.run_app
This should accept a Path object, to make things simpler.
-
Updated
Jul 20, 2022 - Cython
-
Updated
Jul 23, 2022 - Python
-
Updated
Jul 1, 2022 - Python
-
Updated
Jul 30, 2022 - Python
-
Updated
Jul 27, 2022
While Node and Java SDKs already have the new property, this Python SDK still does not have the newly added timezone property in the TimePickerElement.
We are still waiting for the document updates here but we
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
Jun 25, 2022 - Python
-
Updated
Jul 29, 2022 - Python
-
Updated
Jul 27, 2022 - Python
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
We only have documentation for schema directives, we should document query directives, here's an example of how they work: https://github.com/strawberry-graphql/strawberry/blob/main/tests/schema/test_directives.py
-
Updated
Oct 12, 2021 - C++
-
Updated
Jul 31, 2022 - Python
-
Updated
Aug 1, 2022 - Python
-
Updated
Aug 1, 2022 - Python
-
Updated
Dec 27, 2019 - Python
-
Updated
Jul 19, 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