-
Hello, I installed piper Sonata neural voices for nvda vertion 3.0, my nvda vertion is 2024.4.1 and went into the voice manager and chose Swedish as The Voice language, and downloaded a voice, I was r…
-
Windows 11 23H2 25915
Python 3.8.5
Unsure if this first part is a part of the issue or my ~~cat~~ panda printer not being supported, but first off it can't find my device automatically, and when s…
-
## Version of the custom_component
[2023.11.1](https://github.com/LaggAt/hacs-govee/tree/2023.11.1)
## Configuration
I am running HA on a Raspberry Pi 5 using docker (as I have other inte…
-
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
…
-
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…
-
**Problem Statement**
The Python SDK uses synchronous IO through the requests library today. With Python's threading model, it is not possible to write performant, parallelizable applications using t…
-
Hello,
I maintain a BACnet-based test framework in python at my company that uses MBS's BTF as a basis for communicating over the network, but I was interested in switching to bacpypes because it's…
-
This is how I load/reload my settings in an asynchronous app:
```py
async def get_settings_async(*, force_latest: bool = False) -> Settings:
"""Get the application settings (return cached set…
bswck updated
2 weeks ago
-
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…