-
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!
-
Upon a normal exit, there are asyncio errors of the form
```
Exception in callback TransportBase._connect_done(>)
handle: )>
asyncio.exceptions.CancelledError
During handling of the above excep…
-
![image](https://github.com/user-attachments/assets/b6fabab2-229a-497b-b5e9-65c8d484bf9c)
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
不设置的话,
![image](https://github.com/…
-
async 支持吗???completion = client.chat.completions.create(
model=model,
messages=messages,
temperature=temperature,
max_tokens=max_tok…
-
Just an idea for discussion.
`concurrent.futures.Future` is more compatible with other framework. Especially it can be converted to asyncio future directly by `asyncio.wrap_future` that make it eas…
-
```
Traceback (most recent call last):
File "C:\Users\sloopjohnb\Downloads\ArchivedUltimaScraper-7.6.1\start_ofd.py", line 104, in
asyncio.run(main())
File "C:\Users\sloopjohnb\AppData\Lo…
-
Just found this integration....great work!
This is a common thing with integrations now, and apologies if it's already reported, but I didn't see it anywhere.
```
2024-10-13 12:12:14.670 WARN…
-
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…
-
BPO | [44306](https://bugs.python.org/issue44306)
--- | :---
Nosy | @asvetlov, @1st1, @graingert
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect t…
-
I was thinking it might make sense to wire this up somehow to a python asyncio protocol.
I wrote something that acts as a virtual serial port proxy using a pty and asyncio tcp protocol with ser2net…