-
Updated
Sep 20, 2021 - Python
asyncio
Here are 2,351 public repositories matching this topic...
-
Updated
Sep 15, 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
Sep 5, 2021 - 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
Jun 24, 2021 - Python
-
Updated
Aug 25, 2021 - Python
-
Updated
Sep 16, 2021 - Python
Currently, https://slack.dev/python-slack-sdk/socket-mode/index.html has only Events API example. We add interactivity patterns (e.g., shortcuts, modal submission, button clicks, etc.) in the page.
@~tjstum Thanks for your prompt reply here!
I might suggest adding something to the docs of SocketModeRequest (and the example usages) mentioning that the WebhookClient/AsyncWebhookClient ca
-
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
Sep 3, 2021 - Python
-
Updated
Sep 13, 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
Jul 4, 2021 - Python
-
Updated
Jul 29, 2021 - C++
Is your feature request related to a problem? Please describe.
Set disable_web_page_preview
in aiogram.Bot
:
bot = aiogram.Bot(token=..., disable_web_page_preview=...)
Describe the solution you'd like
Like logic with parse_mode
, but with disable_web_page_preview
(https://github.com/aiogram/aiogram/blob/358ecc78213183adeb70809d7f3e95f1524657fb/aiogram/bot/bot.py#L311-L312):
-
Updated
Dec 27, 2019 - Python
-
Updated
Sep 10, 2021 - Python
-
Updated
Sep 4, 2021 - Python
-
Updated
Sep 1, 2021 - Python
-
Updated
Sep 16, 2021 - Python
-
Updated
Jul 29, 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