-
```
Traceback (most recent call last):
File "D:\repo\vgn\test.py", line 22, in
asyncio.run(main())
File "C:\Users\a\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py", line 4…
-
### What happened?
As reported in #90 and #89, the errors received when a duration is wrong are not clear at all.
Example from #90:
```console
$ dispatch-cli --url grpc://fz-0004.frequenz.io:5…
-
### The problem
When homeassistant 2024.10.4 is starting, the Freebox integration generate several warnings:
```
2024-11-03 19:19:10.986 WARNING (MainThread) [homeassistant.util.loop] Detected bl…
-
python-socketio library sets its own signal handler in a way that disables signals handlers that were previously set with `asyncio.loop.add_signal_handler`
**To Reproduce**
```python
import async…
-
## 🐛 Bug Report
https://www.selenium.dev/documentation/webdriver/bidi_apis/
* Register Basic Auth
> Python(selenium) has no `driver.register()` --- this is bug?
* Mutation Observatio…
-
### Version
```
(.venv) root ➜ /workspace (main) $ dpkg -s azure-functions-core-tools-4
Package: azure-functions-core-tools-4
Status: install ok installed
Priority: optional
Section: devel
Main…
-
### System Info
Python version: 3.10.12
Pytorch version:
llama_models version: 0.0.45
llama_stack version: 0.0.45
llama_stack_client version: 0.0.47
Hardware: 1xH100 (80GB VRAM/GPU)
### Informa…
-
This code:
```
import asyncio
async def gen():
try:
for x in range(100):
try:
yield x
except BaseException as e:
print(…
-
### Version
Command-line (Python) version
### Operating System
Linux (other)
### What happened?
When I try to run a project again, to add a new feature - I got an gpt-pilot crash.
```
[Tech Lea…
-
Currently, we don\`t support running allure-python in an async function (e.g. through asyncio event loop or a similar coroutine execution engine).
This is important, because
1. Async-based framewo…