-
```
Регистратор: homeassistant.util.loop
Источник: util/loop.py:77
Первое сообщение: 10:53:58 (1 сообщений)
Последнее сообщение: 10:53:58
Detected blocking call to import_module with args ('cus…
-
**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
-
### System Info / 系統信息
ubuntu20
### Running Xinference with Docker? / 是否使用 Docker 运行 Xinfernece?
- [ ] docker / docker
- [X] pip install / 通过 pip install 安装
- [ ] installation from source / 从源码安装
…
-
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…
-
Hi Mr Marble!
First of all thank you for developing this tool to manage datadis api from python.
I have been playing around a bit and I got trapped into get_consumption_data:
I see distributo…
-
## 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…
-
Hi,
Aside from the now fixed #881, I still run into some async + interrupt issues. I'm not 100% sure if I need to do something differently or there is a way to do what we mean.
The following is …
-
Our team is working on a project where we send control instructions from a computer to a drone's onboard Raspberry Pi, and the Raspberry Pi calls the udp_receive.py file, which receives the instructio…
-
I was wondering if you had any plans on moving the library to asyncio and aiohttp, and in general putting effort into making the library asynchronous? Thank you, Daniel!