-
### Confirmation
- [X] I have read the [README.md](https://github.com/Taxel/PlexTraktSync#readme) on the project homepage
- [X] I have checked if identical issue already exists
- [X] I have tried dow…
-
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…
-
In the new websockets v14, most things are re-exported on the base `websockets` module, which makes imports easy, I can do `from websockets import serve, ConnectionClosed, broadcast` for instance.
…
-
**Describe the bug**
```
r2r
Usage: r2r [OPTIONS] COMMAND [ARGS]...
R2R CLI for all core operations.
Options:
--base-url TEXT Base URL for the API
--help Show this messag…
-
## Summary
To build an asyncio-based Python [client for parsing](https://github.com/fedya-eremin/stonfi) and interacting with Stonfi DEX's API.
## Bounty Context
_Why it's Important?_
Creati…
-
### 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 …
-
Upon a normal exit, there are asyncio errors of the form
```
Exception in callback TransportBase._connect_done(>)
handle: )>
asyncio.exceptions.CancelledError
During handling of the above excep…
-
I was wondering if you had any plans on moving the library to asyncio and aiohttp, and in general putting effort into making the library asynchronous? Thank you, Daniel!
-
The write_property method is not sending BACnet packets as expected. While read operations work correctly, write operations fail silently with no packets visible in Wireshark.
### Reproduction St…
-
**Description**:
This task requires adding a function to summarize the fetched article content using an external API. The function should handle rate-limiting by utilizing an `asyncio.Semaphore` to…