Robert Palmer

Results 135 comments of Robert Palmer

Here's the exception and traceback I'm getting: ``` Resetting connection with an active transaction InternalServerError("line 1:1: mismatched input 'ROLLBACK' expecting {'SELECT', 'DEALLOCATE', 'FETCH', 'END', 'WITH', 'CREATE', 'ALTER', 'KILL', 'CLOSE', 'BEGIN',...

I've tried using `--include domain.com` but this will also include references to 3rd party sites like LinkedIn / Twitter if they have a share reference to the domain I also...

Great news @oconnor663 GitHub has a beta for arm64 runners! You can sign-up here: https://resources.github.com/devops/accelerate-your-cicd-with-arm-and-gpu-runners-in-github-actions/

Being able to use psql to COPY TO STDIN would also be really helpful. Sometimes we want to export data from Crate to use in another tool that only supports...

@seut any chance this could get back on the priority list? I noticed it was removed from the projects page

@the-wondersmith I've got it building! I just had to update the envoy build image. I'm mobile right now, but can post a patch between your Dockerfile and my (slight) modifications.

Here's the Dockerfile for building envoy 1.25.4: https://gist.github.com/robd003/62066753c6254b299b9b7135d254d806 When building envoy tag it like this: docker build -t local_build/envoy:1.25.4 . Here's the Dockerfile for building emissary-ingress: https://gist.github.com/robd003/ff587c755cd360093ba7f70e3af83d98 Take note that...

@amorey I'm guessing that the amd64 image has a fully stripped emissary binary. I can try to see what's taking up space to minimize further.