-
Updated
Jun 13, 2021 - Python
asyncio
Here are 2,168 public repositories matching this topic...
-
Updated
Jun 9, 2021 - Python
[server] Add warning when a cookie's length would exceed the RFC 6265 minimum user-agent support
We had a report in aiohttp-session (see aio-libs/aiohttp-session#574) that a user submitting a 'large' cookie had the cookie dropped by the receiving browser.
According to RFC 6265 - section 6.1:
General-use user agents SHOULD
provide each of the following minimum
-
Updated
Apr 12, 2021 - Python
HTTPCore has support for anyio, but we don't document it yet: https://www.python-httpx.org/async/#supported-async-environments
IMO there are two things to document:
- HTTPX can work with programs that run under
anyio, since it'll auto-detect the async environment and use the one set byanyio. - For maximum consistency, HTTPCore can be told to use
anyiointernally by passing `backend
-
Updated
Jun 10, 2021 - Python
-
Updated
Apr 30, 2021 - Python
-
Updated
Jun 8, 2021 - Python
As a few Socket Mode related tests started failing only in the GitHub Actions environment, I've disabled them by this commit: slackapi/python-slack-sdk@75b554a
We would like to get the tests back to the running tests in CI builds once we figure out the way to make them stable.
Category (place an x in each of the [ ])
- [ ]
-
Updated
Jun 5, 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
Jun 11, 2021 - Python
-
Updated
Jun 12, 2021 - Python
-
Updated
Jun 12, 2021 - 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 27, 2019 - Python
-
Updated
Jun 6, 2021 - C++
-
Updated
Jun 11, 2021 - Python
-
Updated
May 12, 2021 - Python
ref #564
-
Updated
Apr 19, 2021 - Python
-
Updated
May 12, 2021 - 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