-
Updated
Nov 11, 2021 - Python
asyncio
Here are 2,416 public repositories matching this topic...
-
Updated
Nov 9, 2021 - Python
Describe the bug
Grepping over the source code shows that chardet/cchardet is still present in codebase, but chardet was replaced with charset-normalizer by #5930
A hero for dropping all remaining parts is wanted!
:)
To Reproduce
grep over aiohttp cloned repo; or use github web search: https://github.com/aio-libs/aiohttp/search?q=chardet&type=code
Expected behavior
No c
-
Updated
Nov 3, 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
Oct 26, 2021 - Python
-
Updated
Nov 8, 2021 - Python
-
Updated
Nov 8, 2021 - Python
Reproducible in:
The Slack SDK version
All versions
Steps to reproduce:
from slack_sdk.models.blocks import DividerBlock
DividerBlock() == DividerBlock()It happens with any pair of equivalent blocks.
Expected result:
True
Actual result:
False
Suggested solution
Implementing __eq__ in JsonObject.
class Json-
Updated
Nov 4, 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
Oct 30, 2021 - Python
-
Updated
Nov 6, 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
Oct 10, 2021 - Python
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
Oct 12, 2021 - C++
-
Updated
Nov 8, 2021 - Python
-
Updated
Dec 27, 2019 - Python
-
Updated
Nov 10, 2021 - Python
-
Updated
Nov 4, 2021 - Python
-
Updated
Nov 8, 2021 - Python
We should create an extension that allows you to profile your request using https://github.com/joerick/pyinstrument
Should probably an argument that lets you specify the path for the profile report.
Example API:
schema = strawberry.Schema(
Query,
extensions=[
PyInstrument(report_path="./my-report.html")
]-
Updated
Oct 18, 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