-
## Bug report
**Required Info:**
- Operating System:
- Ubuntu 20.04
- Installation type:
- Binaries
- Version or commit hash:
- galactic 1.0.8-1focal.20220209.144341
- DDS implem…
-
**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…
-
### System Info / 系統信息
ubuntu20.0.4
NVIDIA-SMI 535.104.05
Driver Version: 535.104.05
CUDA Version: 12.2
### Running Xinference with Docker? / 是否使用 Docker 运行 Xinfernece?
- [ ] doc…
-
The feeder is working great with a service running on a RPi0W!
Although the logs don't seem so good.
I'm having a repeating error every couple of milliseconds(!):
```
petnet-feeder-service …
-
**Problem Statement**
The Python SDK uses synchronous IO through the requests library today. With Python's threading model, it is not possible to write performant, parallelizable applications using t…
-
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…
-
```
2024-10-16 20:43:23.006 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration iqua_softener with title: iQua SL00285A213634 and ent…
-
No time tonight to get a PR for these things going, but figured I would document my findings in case it is helpful to someone.
**Profile:** I'm someone with, shall we say, "fledgling" Python experi…
-
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.
…