-
Hi python-mysql-replication community, I want to request asyncio support for BinLogStreamReader.
My use case here is to use BinLogStreamReader to receive binlog message and forward it to a message …
-
Windows 11 23H2 25915
Python 3.8.5
Unsure if this first part is a part of the issue or my ~~cat~~ panda printer not being supported, but first off it can't find my device automatically, and when s…
-
### Things to check first
- [X] I have searched the existing issues and didn't find my bug already reported there
- [X] I have checked that my bug is still present in the latest release
###…
-
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 integration detects my smart plug but won't connect to it. The plug is visible and I'm able to control it with the Tuya Smart app.
```
Logger: custom_components.localtuya.config_flow
Source: …
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
missing: https://github.com/jupyter/notebook/blob/aee45355b568650cf650f4e2d3d551570655f844/s…
-
We get the following DepcratingWarning if we run the tests
```
PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchron…
-
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
…
-
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…