-
Asyncio's `_ProactorReadPipeTransport` can also feed `bytearray` objects in the `data_received` callback from `asyncio.Protocol`.
- First, `self._data` is a `bytearray` here: https://github.com/pyt…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.c…
-
Windows 11 23H2 25915
Python 3.8.5
Unsure if this first part is a part of the issue or my ~~cat~~ panda printer not being supported, but first off it can't find my device automatically, and when s…
-
### The problem
I've installed latest master version (2024.12), after build I get this error:
2024-12-04 21:00:00.948 ERROR (MainThread) [homeassistant.setup] Error during setup of component stream
…
-
I'm using ruff format with `--preview` enable, and it generate different output in this case.
ruff:
```python
import shutil
import asyncio
async def main():
by_path = {}
loop …
-
Thanks for this awesome lib. It makes throttling easily.
I have many heavy jobs which not only needs to be throttled through HTTP requests, but also needs to calculate the results heavily (CPU-bou…
-
Both me and another student have problems with using Python 3.8, probably caused by an asyncio implementation problem.
```
Traceback (most recent call last):
File "./revolve.py", line 69, in
…
-
import asyncio
import json
from f2.log.logger import logger
from f2.apps.douyin.handler import DouyinHandler
kwargs = {
"headers": {
"User-Agent": "Mozi…
-
### Describe your environment
OS: Ubuntu
Python version: 3.11
Package version: 0.48b0/1.27.0
```
$ pip install starlette uvicorn opentelemetry-sdk opentelemetry-instrumentation-asgi httpx
$ pi…
-
**Problem Statement**
The Python SDK uses synchronous IO through the requests library today. With Python's threading model, it is not possible to write performant, parallelizable applications using t…