-
After a successful run of maigret with many matches I get this error:
```bash
Traceback (most recent call last):
File "/usr/local/bin/maigret", line 8, in
sys.exit(run())
File "/usr/lo…
-
### Description
Right now asyncio support in accelerated DAGs uses a slightly different codepath from normal DAGs:
- you need to specify `enable_asyncio=True` in `dag.experimental_compile()`
- you …
-
The following error appears:
`PytestConfigWarning: Unknown config option: asyncio_mode`
-
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…
-
### Description
https://github.com/ray-project/ray/issues/43826 was supported in https://github.com/ray-project/ray/pull/47272 . However, due to performance issues, it was turned off (buffer_size is …
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
missing: https://github.com/jupyter/notebook/blob/aee45355b568650cf650f4e2d3d551570655f844/s…
-
Since newspaper3k is now a python3 library, it'd be nice to also support an asyncio-compatible interface for users that want to integrate its use into existing async applications.
-
Consider `test_cy2.pyx`:
```python
import asyncio
loop = asyncio.get_event_loop()
async def handler():
print('Before Sleep')
await asyncio.sleep(1)
print('After Sleep')
ret…
-
I'm using MicroPython v1.22.0-preview.4.g9f835df35.dirty on an ESP32 device without PSRAM, with ESP-IDF v5.0.2.
The problem arises when running asyncio in a thread. Here are the steps that lead to …
-
### The problem
The Onkyo integration is no longer able to connect to my Pioneer receiver in `2024.7`. It was able to do so in 2024.6. The receiver is on, pingable, and unchanged. I am suspicious of …