Nicholas Quentin Haas
Nicholas Quentin Haas
This feature doesn't seem to be in ue5-dev branch as of 4a6622d15dc4f1c5247e470882dc639743e17e14, but is in the latest ue4 build (0.9.16)
> `podman-compose build` may or may not have the same bug, but I am not familiar with it enough to find out. I noticed in my build scripts that adding...
Noticed this inconsistency between docker compose (v2.35.1) and podman-compose (1.0.6) recently given we have scripts that are case sensitive checking for `true` and not `True`.
Thank you for compiling a list of prior issues of this unresolved issue! Problem still exists with vscode 1.100.2 and ms-vscode-remote.vscode-remote-extensionpack 0.26.0. Even when I manually disconnect from the remote...
Getting pasta to work with podman-compose is now more important since I've started having dns issues that are present in podman-compose launched containers, but not the same container launched with...
Why not just use the [kitware apt repo](https://apt.kitware.com/) to install the latest pre-built deb packages of cmake 3 instead of hard coding a specific version to be built from source?...
No [API docs](https://cookbook.chromadb.dev/core/api/#accessing-the-api) for v1.2.2? ``` $ curl -f http://localhost:8100/api/v2/healthcheck {"is_executor_ready":true,"is_log_client_ready":true} $ curl -f http://localhost:8100/api/v2/version "1.0.0" $ curl -f http://localhost:8100/docs $ echo $? 0 ```
> --in-pod false This was key when I upgraded from podman compose 1.0.x to 1.4 and noticed that I could no longer simply start podman compose with `PODMAN_USERNS=keep-id` set and...