Jonathan Woodell

Results 12 comments of Jonathan Woodell

Not sure if this is a M1 problem because I just reproduced on a intel chip.

I am sure if this next question should be in this repo or the other. I added this to the end of my cargo.toml in the root folder of `zombodb`...

Any thoughts on this? I don't mean to be pushy but I am trying to see if this will work for my current project and I have a tight time...

So when I execute `cargo install cargo-pgx --version 0.4.3` I run to the problem that was originally on this ticket it attempts to pull other pgx modules at version `0.4.5.`...

I am still getting with `--force` ``` cargo install cargo-pgx --version 0.4.3 --force ...... All the other thing can provide if would help Compiling pgx-utils v0.4.5 Compiling cargo-pgx v0.4.3 error[E0061]:...

I was successful at getting zombodb to install on my local postgres `cargo pgx install --release` however I am still having problems getting the docker build to run with the...

Yeah I was the the author of the [commit](https://github.com/docker/compose-cli/commit/1128ab8e9a7d5710b47a43884cedde8d6005de0e) to support our usage of traefik. It has not yet made it to a full release however.

Looking at this again I guess it made it into the release that was 5 days ago.