-
Hi there,
I added `greenlet==3.1.1` into your `requirements.txt` because I was getting error when I trying to send a message into the queue:
```
Traceback (most recent call last):
File ".../…
-
### The problem
Hello, I found the following error in HA event log after a reload. I don't know exactly when the issue appeared for the first time.
Enregistreur: homeassistant.util.loop
Source: u…
-
**Is your feature request related to a problem? Please describe.**
Concurrency has been popular for IO heavy applications like EFB. There’s a wide range of frameworks like `aiorequests` / `telethon…
-
![asyncio-71](https://user-images.githubusercontent.com/52480090/138293652-117d0221-879b-4125-90e4-d68f5818612a.png)
c1ino updated
3 years ago
-
Hi,
I find this module very useful and promising - however more and more of my code is getting `asyncio` based. Wouldn't it be nice if `limit` decorator could be `asyncio` compliant?
It seems li…
-
**Description**:
This task requires adding a function to summarize the fetched article content using an external API. The function should handle rate-limiting by utilizing an `asyncio.Semaphore` to…
-
### Description
Right now asyncio support in accelerated DAGs uses a slightly different codepath from normal DAGs:
- you need to specify `enable_asyncio=True` in `dag.experimental_compile()`
- you …
-
## Version of the custom_component
[2023.11.1](https://github.com/LaggAt/hacs-govee/tree/2023.11.1)
## Configuration
```yaml
I had put in my API Key and set my port size originally to 30…
-
Hello,
I have an error with your component.
I use HA Core version 2024.10.2.
The issue log is as follow:
```
2024-10-14 18:45:43.423 WARNING (MainThread) [homeassistant.util.loop] Detected bl…
-
For some reason mypy with `asynccontextmanager` works fine but I cannot figure out how to get latest beartype working with it correctly other than disabling type checking for that function... Minimal …