-
Under the hood `async_stream_zip` uses `threads` as a layer over the synchronous `stream_zip` function. Would you accept a more flexible 'pure-asyncio' implementation? This would still allow running `…
-
I'm writing a simple game using asyncio operations.
I'm trying to open stream:
self.reader, self.writer = await asyncio.open_connection(self.server_IP, self.server_port)
It works fine in my loc…
-
### Project to be claimed
`nest_asyncio`: https://pypi.org/project/nest_asyncio
### Your PyPI username
`gnzsnz`: https://pypi.org/user/gnzsnz
### Reasons for the request
I'm requesting the transf…
-
Hey!
First of all, thank you for the library; I love the simplicity of the design and how it can be easily used in projects.
However, it seems impossible to have singletons for AsyncIO component…
Gr1N updated
5 months ago
-
Hi, just wanted to point out that I had to change streaming_server.py:587
```
if "sec-websocket-key" not in request_headers:
```
to
```
if "sec-websocket-key" not in request_h…
-
(env) D:\program\IOSRealRun\iOSRealRun-cli-17>python main.py
Your system version is 17.6.1
2024-11-03 22:27:52 DESKTOP-246UU41 __main__[11584] INFO init done
2024-11-03 22:27:52 DESKTOP-246UU41 __m…
-
When calling:
```
mdns_client = MDNSClient(self.sta.ifconfig()[0])
sd = TXTServiceDiscovery(self.mdns_client)
await sd.query_once(service, protocol, timeout=1)
mdns_client.stop()
```
a couple…
-
## Steps To Reproduce
Steps to reproduce the behavior:
1. build `moonraker-0.8.0-unstable-2023-12-27`
## Build log
Build Log
```
creating build/lib/dbus_next/aio
...skipping..…
-
used command `adcheck -d 'DOMAIN.LOCAL' -u 'user' -H ':hash' --dc-ip dcIP`
Traceback (most recent call last):
File "/root/.local/bin/adcheck", line 8, in
sys.exit(run_main())
…
-
The account is working, I logged in to it using the token, but it doesn't work through the code
```python
proxy = "http://my_user:my_pass@my_host:my_port"
async def main():
twitter_accou…