-
### 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…
-
Currently, we don\`t support running allure-python in an async function (e.g. through asyncio event loop or a similar coroutine execution engine).
This is important, because
1. Async-based framewo…
-
I'm using ruff format with `--preview` enable, and it generate different output in this case.
ruff:
```python
import shutil
import asyncio
async def main():
by_path = {}
loop …
-
```
from pyDIOPT import DIOPTRelease
release = DIOPTRelease("v8", "h sapiens")
# fetching single gene
example1 = release.fetch("ENSG00000085117", target_species=None)
# fetching several gen…
-
Is there a mechanism for momentary signals in dodal?
Currently synoptic buttons that send a value when pressed and another value when released to momentarily set the value of an ioc's PV. For exam…
-
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
1 month ago
-
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…
-
In https://mail.python.org/pipermail/async-sig/2016-June/000033.html Ben Darnell asked for `asyncio.timeout()` removing.
I understand the problem (hopefully).
But the timeout context manager is very…
-
**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…