-
### The problem
```
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 416, in _async_setup_component
result = await task
^^^^^^^^^…
-
### Reproduction steps
When TH test TC-ICDM-2.1 python test is run against a DUT that does not support ICDM.S.A0006 and ICDM.S.A0007 optional attributes, the test errors out with the following:
``…
-
### The problem
When running `python3 -m script.scaffold integration` on a fresh devcontainer, as per [the instructions for creating an integration](https://developers.home-assistant.io/docs/creating…
-
```
import threading
import dspy
import os
lm = dspy.LM(
"openrouter/meta-llama/llama-3.1-70b-instruct",
api_base="https://openrouter.ai/api/v1",
api_key=os.environ["OPENROUTER_AP…
-
Hi there!
Thanks for putting this package together, it's really useful.
I'm installing `httpx-auth` via a distribution where installation requires its test suite to pass. However, that fails whe…
-
Once support for async `REST` transport goes from `experimental` -> `GA`,
we need to remove the following conditions that guard the generation of the async rest transport and the async client:
fr…
-
### Describe the bug
There is no problem using asyncmy
There is a "RuntimeError: Event loop is closed" error when using aiomysql
Am I using it incorrectly? What's wrong?
### To Reproduce
…
-
Type: Bug
# Behaviour
The Python extension v2024.14.0 fails to start with VSCode 1.89.1. The error message mentions: `Error: The language client requires VS Code version ^1.91.0 but received versi…
jdamp updated
1 month ago
-
Hey there,
I'm facing the following issue with the assistant.py script:
`pi@raspberrypi:~/MagicMirror/modules/MMM-GoogleAssistant/pi $ python3 assistant.py`
` File "assistant.py", line 64`
` …
-
server.py:17: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
def accept_server(server_reader, server_writer):
server.py:21: DeprecationWarning: …