-
Updated
Dec 30, 2020 - Python
asyncio
Here are 1,927 public repositories matching this topic...
-
Updated
Dec 30, 2020 - Python
TraceConfig.on_response_chunk_received doesn't trace if the response body is read from ClientResponse.content
This behavior isn't obvious when looking at Tracing Reference, [Streaming Response Content](https://docs.aiohttp.org/e
-
Updated
Dec 15, 2020 - Python
Right now there's a slight discrepancy for the default value of trust_env for httpx.Client() / httpx.AsyncClient() and httpx.create_ssl_context().
- Clients use
trust_env=Trueas a default. create_ssl_contextusestrust_env=Noneas a default.
In practice, it means that Client() has SSLKEYLOGFILE support enabled by default, while Client(verify=create_ssl_context()) has it
-
Updated
Dec 27, 2020 - Python
-
Updated
Nov 17, 2020 - Python
-
Updated
Dec 23, 2020 - Python
-
Updated
Nov 10, 2020
-
Updated
Dec 29, 2020 - Python
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
Dec 23, 2020 - Python
-
Updated
Dec 10, 2020 - Python
-
Updated
Dec 27, 2019 - Python
-
Updated
Dec 30, 2020 - Python
-
Updated
Dec 29, 2020 - 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
Dec 25, 2020 - Python
-
Updated
Dec 6, 2020 - C++
-
Updated
Oct 1, 2020 - Python
-
Updated
Dec 29, 2020 - Python
UPD. See the comment below for real issue
=== Original issue text starts here ===
Context
- Operating System: Ubuntu 18.04
- Python Version: 3.8.0
- aiogram version: 2.9.2
- aiohttp version: 3.6.2
- uvloop version (if installed): Not installed
Expected Behavior
Message sended with `parse_mode=ParseMode.MA
-
Updated
Dec 30, 2020 - 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