-
-
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…
-
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 …
-
Hi, this works absolutely fine, but I get an error while executing it via cmd
```
Exception ignored in:
Traceback (most recent call last):
File "C:\Python310\lib\site-packages\pywizlight\bul…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
missing: https://github.com/jupyter/notebook/blob/aee45355b568650cf650f4e2d3d551570655f844/s…
-
```python
"""
WIP: this has not been implemented yet.
"""
import asyncio
from curl_cffi import requests
async def on_message(ws, message):
print(message)
async def on_error(ws, err…
-
#### Environment details
- OS type and version: docker container based on python:3.11-slim
- Python version: 3.11
- pip version: 24.1.1
- `google-cloud-aiplatform` version: 1.67.1
###…
-
Traceback (most recent call last):
File "asyncio\windows_events.py", line 434, in select
RuntimeError: still has pending operation at deallocation, the process may crash
-
Observed since `0.80.0`, MRE works on the latest `0.82.0`
When the Textual app is started via `run_async`, logs inside `on_unmount` are occasionally (often) displayed in the terminal. Occasionally …
-
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.