Evstifeev Roman

Results 70 comments of Evstifeev Roman

> It is a bit disruptive for a non-default option. You should know what it means when you change the config. Currently when you already opted-in to the non-default behavior,...

Just a thought - could this dist-info.json also be used to hold the environment variables for debugging purposes? Currently they only exist in the temp file during build, so some...

After recent Zed update I got this issue as well. Location is Kazakhstan. Not only Claude unavailable, but also google Gemini 1.5 Flash now gives error "Failed to stream completion"....

I'm having the same issue with `podman pull`: ``` > podman pull postgres:17.2-alpine3.21 Resolved "postgres" as an alias (/home/u1/.cache/containers/short-name-aliases.conf) Trying to pull docker.io/library/postgres:17.2-alpine3.21... Getting image source signatures Copying blob fdcefadb5bb3...

> @ldesgrange > podman pull docker.io/traefik:3 I can't reproduce with the steps you gave on a clean new user account: ``` u2@localhost:~/podtest> podman create --user 996:996 --uidmap=0:9000:1000 --gidmap=0:9000:1000 docker.io/authelia/authelia:latest Trying...

Attmpt to pass `--replace` with `--podman-args` fails: ``` > podman-compose --podman-args=--replace up Traceback (most recent call last): File "/home/u1/.local/bin/podman-compose", line 8, in sys.exit(main()) ^^^^^^ File "/home/u1/.local/share/pipx/venvs/podman-compose/lib64/python3.11/site-packages/podman_compose.py", line 3711, in main...

Another issue - The `podman-compose --podman-args=--replace up` should print the actual error message from podman: ``` Podman returned non-zero exit status 125 Error: unknown flag: --replace See 'podman ps --help'...

My current workaround is to assign alpine data manually on change instead of using x-model: ```html ```

@gainadenis Thanks for the workaround. Deleting the cert-manager-webhook-ca secret helped.