-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.c…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When running the gpu tagged image, I get an error in the container that the CUDA driver versi…
-
I would love to see the ability to use this tool without needing to worry about `async`/`await` logic that IMO makes code less readable. I understand there are reasons for others to want to make use o…
-
gdal should support asynchronous HTTP (and HTTP2 protocols) with asyncio patterns. For example, all /vsis3 reads are synchronous, with no support for asyncio patterns to await an s3 read. If the asy…
-
### Describe your environment
OS: Ubuntu
Python version: 3.11
Package version: 0.48b0/1.27.0
```
$ pip install starlette uvicorn opentelemetry-sdk opentelemetry-instrumentation-asgi httpx
$ pi…
-
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…
-
### The problem
I've installed latest master version (2024.12), after build I get this error:
2024-12-04 21:00:00.948 ERROR (MainThread) [homeassistant.setup] Error during setup of component stream
…
-
import asyncio
import json
from f2.log.logger import logger
from f2.apps.douyin.handler import DouyinHandler
kwargs = {
"headers": {
"User-Agent": "Mozi…
-
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'
…
-
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…