-
Quick thank you to user `new` in the Discord. Link to the thread: https://discord.com/channels/1085077079697150023/1288085320805388298/1288085864521666591
**Describe the bug**
When AsyncGuard.use…
-
### 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…
-
Recently I was trying to stop my app from allocating memory infinitely. After reducing the amount of code and leaving only problematic parts I was left with something like this:
```
use std::str::Fr…
-
### The problem
Blocking call detection warning after updating to 2024.9.1
### What version of Home Assistant Core has the issue?
core-2024.9.1
### What was the last working version of Home Assist…
-
The feeder is working great with a service running on a RPi0W!
Although the logs don't seem so good.
I'm having a repeating error every couple of milliseconds(!):
```
petnet-feeder-service …
-
I would love to see the ability to use this tool without needing to worry about `async`/`await` logic that IMO makes code less readable. I understand there are reasons for others to want to make use o…
-
gdal should support asynchronous HTTP (and HTTP2 protocols) with asyncio patterns. For example, all /vsis3 reads are synchronous, with no support for asyncio patterns to await an s3 read. If the asy…
-
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
…
-
# 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…
-
The tenacity should be >= 5.1.5
tenacity>=5.1.5
The old versions of tenacity used `@asyncio.coroutine`
and this causes an error:
AttributeError: module 'asyncio' has no attribute 'coroutine'
…