-
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
…
-
The `@modelcontextprotocol/server-github` doesn't work with python SDK. Here is code to reproduce
```py
import os
from mcp import ClientSession, StdioServerParameters
from mcp.client.stdio impor…
-
Hello,
I connect to many exchanges and markets with `watch_trades` and notice the memory usage keep increasing, even with the simplest while loop (see code below).
The asyncio coroutines below …
-
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…
-
### 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 …
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
missing: https://github.com/jupyter/notebook/blob/aee45355b568650cf650f4e2d3d551570655f844/s…
-
### Determine this is the right repository
- [X] I determined this is the correct repository in which to report this bug.
### Summary of the issue
**Context**
I am trying to use the DocumentServic…
-
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…
-
After upgrading to 0.9.0 I get the following error. The file browser-helper-file.json does not exist in the specified directory.
`2024-11-13, 21:15:15 CET] {subprocess.py:75} INFO - Running command…