-
The tenacity should be >= 5.1.5
tenacity>=5.1.5
The old versions of tenacity used `@asyncio.coroutine`
and this causes an error:
AttributeError: module 'asyncio' has no attribute 'coroutine'
…
-
Happens most of the time when I try to pair, it only successfully created a server like 2 out of 15 times I tried.
```python
File "", line 198, in _run_module_as_main
File "", line 88, in _ru…
bbzze updated
2 months ago
-
**Is your feature request related to a problem? Please describe.**
Concurrency has been popular for IO heavy applications like EFB. There’s a wide range of frameworks like `aiorequests` / `telethon…
-
I'm using django and the asyncio Redis client. I want to share a connection pool across my requests. Thus, I initialize the connection pool centrally in my Django settings. I'm using Redis as a distri…
-
### The problem
Hello,
Since the upgrade from 2024.8.1 to 2024.8.2, the homekit connection to my somfy indoor camera does not work anymore.
Rolling back to 2024.8.1 fix the issue
### What ve…
-
![asyncio-71](https://user-images.githubusercontent.com/52480090/138293652-117d0221-879b-4125-90e4-d68f5818612a.png)
c1ino updated
3 years ago
-
Hi,
I find this module very useful and promising - however more and more of my code is getting `asyncio` based. Wouldn't it be nice if `limit` decorator could be `asyncio` compliant?
It seems li…
-
From #2481:
[@mhsmith] Should we add a test to the Toga testbed to cover asyncio network access, since both Android and WinForms have their event loop implementations in this repository?
[@freak…
-
```
from pyDIOPT import DIOPTRelease
release = DIOPTRelease("v8", "h sapiens")
# fetching single gene
example1 = release.fetch("ENSG00000085117", target_species=None)
# fetching several gen…
-
### Description of the bug:
Calling `GenerativeModel.generate_content_async` in Colab results in the following error:
```
[/usr/local/lib/python3.10/dist-packages/google/generativeai/generati…