-
### Describe the bug
Great library which gave me nice performence improvements 😎
BUT unfortunately updating aiohttp dependency recently of a project causes ClientConnectorCertificateError / SSLCert…
-
Thanks for a great library :)
Looking at: https://pypi.org/project/gspread-asyncio/
What would it take for asyncio support in pygsheets? Is it planned? How could we help?
-
I have the following typespec specification: https://github.com/Azure/azure-rest-api-specs/tree/feature/blob-tsp/specification/storage/Microsoft.BlobStorage
When I try to generate using the typespec-…
-
I get this error on Python 3.11.9, I'm using a virtual environment
And it is the latest version of async-extensions aka 4.0.0
```
Traceback (most recent call last):
File "c:\Users\DelofJ\Code Pr…
-
## Loading generated WASM binary from a python runtime
- [ ] How to handle callbacks ? (MsgHandler and WasmIoHandler)
* Loading js library directly from a python runtime
* Creating a new saito pytho…
-
The [high-level Python API](https://mamba.readthedocs.io/en/latest/python_api.html#high-level-python-api) has e.g. an `install` function, which can take quite a lot of time. On the other hand, it's do…
-
**Is your feature request related to a problem? Please describe.**
I have a larger async python app, and I'd like to establish signalr connections without blocking my event loop. To my best knowledge…
-
**Bug description**
I'm trying to get kline data via a web socket. Interested in closing candles. I noticed that some of the data is lost, although if you check in parallel through postman, then all …
-
```
2024-10-22 03:14:02.102 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "C:\Users\vladislavvolckov\Downloads\HassWP_2024.4.3\python-3.12.3.a…
-
**Bug Report**
await-not-async does not warn on `async for` in list and dict comprehensions, and incorrectly does give a warning for `await` inside `GeneratorExp.elt`.
For list & dict comprehensio…