-
https://docs.python.org/3/library/asyncio-task.html#asyncio.shield has the double footgun of #319 and having to reroute the shielded task to a different context where it can be properly monitored for …
-
### Acknowledgements
- [X] I have written a descriptive issue title
- [X] I have searched [Issues](issues?q=is%3Aissue) to see if the feature has already been requested
- [X] If relevant, I have [ena…
-
I would like to request support for Python’s asyncio in this library. This feature would be particularly beneficial for Python services, which often rely on asynchronous programming for efficient and …
-
I have a fairly large documentation based on Material for MkDocs (and mkdocs version 1.6.1). I have followed the typical installation and (simplest) configuration instructions as per https://adrienbri…
-
### Python Version
3.13
### Docs Page
https://docs.python.org/zh-cn/3.13/library/asyncio-task.html#asyncio.sleep
### Original Translation
> 在 3.13 版本发生变更: 如果 delay 不为 [nan](https://docs.python.or…
-
### Checklist
- [X] 1. I have searched related issues but cannot get the expected help.
- [X] 2. The bug has not been fixed in the latest version.
- [ ] 3. Please note that if the bug-related issue y…
-
I wonder why asyncio is required at all. It makes the usage of the library a touch unwieldy because of the `await`clause required.
I see the processing of the data as sequential in nature, i don'…
-
Follow up of #924 and #1079.
### Is your feature request related to a problem? Please describe.
Sometimes one needs to simulate an asynchronous user behavior. Hatching more users does not solve th…
-
### HA core version
_No response_
### Current integration version
0.6.5
### Last known working integration version
None
### Device type and model
Air conditioner
### Working mobile app
Home A…
-
If we want to use python >=3.12 we need to remove this as it's been deprecated until then and completely removed in 3.12 onwards.
it's currently used by the stream handler, #306 says a bit about t…