Kian-Meng Ang

Results 152 comments of Kian-Meng Ang

@treble37 Any updates on this?

> The error in this case is not from lacking support for SET or CREATE DOMAIN, it was that the code expected schema object types (e.g. custom schemas) to exist...

@kiview Not working for me. ENV: ```sh elixir 1.16.3-otp-26 /tmp/testcontainers-elixir/.tool-versions erlang 26.2.5 /tmp/elixir/testcontainers-elixir/.tool-versions ``` Steps to reproduce: ```sh cd /tmp git clone https://github.com/testcontainers/testcontainers-elixir cd testcontainers-elixir asdf local elixir 1.16.3-otp-26 asdf...

@jarlah Sure, my result: ENVs: ``` $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 24.04.1 LTS Release: 24.04 Codename: noble $ asdf current elixir 1.17-otp-25...

Doubt it relates to the hardware speed. Timeout may indicate that it can't reach the Docker daemon? I retried using the following settings but still the same result. Maybe `DOCKER_HOST`...

``` $ docker context inspect | jq [ { "Name": "default", "Metadata": {}, "Endpoints": { "docker": { "Host": "unix:///run/user/1000/podman/podman.sock", "SkipTLSVerify": false } }, "TLSMaterial": {}, "Storage": { "MetadataPath": "", "TLSPath":...

I managed to set up the file through from what I have read at https://github.com/containers/podman/blob/main/docs/tutorials/socket_activation.md#socket-activation-of-the-api-service: You'll need to enable and start the Podman socker manually, it will not start by...

I can get test to run if I follows the same commands in https://github.com/testcontainers/testcontainers-elixir/blob/main/.github/workflows/rootless-podman.yaml But again, it seems rather slow and stuck at some tests: ``` $ export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock $...

@paulo-ferraz-oliveira Should we put this compatibility table in https://github.com/erlef/setup-beam instead here?

@ferd @paulo-ferraz-oliveira Sorry, totally forgotten about the discussion. PR submitted, https://github.com/erlang/rebar3/pull/2918