David Gamba
David Gamba
Similar workflow here, want to deploy a new EC2 instance, leave the old one running until the load balancer marks the new one as good. Then run another plan/apply to...
Yes, adding the `// #nosec G104` per line does the trick but given that I know that I want to ignore error for all `Fprintf` calls it would be great...
It happens to me with 0.7.1 and argo-workflows (it never worked for me before with this project). ``` $ cue get go github.com/argoproj/argo-workflows/pkg/apis/... panic: runtime error: invalid memory address or...
Sorry for the noise, updating my go version now. ``` $ cue version cue version v0.7.1 go version go1.21.5 -buildmode exe -compiler gc DefaultGODEBUG panicnil=1 CGO_ENABLED 1 GOARCH arm64 GOOS...
For clarity: > ECR refuses a push to any repository that has not been explicitly created either in the console or with the aws ecr create-repository CLI command. The issue...
Is there a way to tell asciidoctor to render the footnotes at certain point in the document instead of at the very end of it? I was trying to figure...
I have been using more and more conditionals in asciidoctor and here are some thoughts: - If you are adding `endifdef::[]` you will also have to add `endifeval::[]`, and of...
That sounds great, I don't mind using `ifeval::[]` and `ifdef::[]` if it is required for performance as long as: - you can mix them (using `elseifdef::[]` and `elseifeval::[]`) - there...
I apologize I haven't had the time to fix the tests. I'll get this fixed and let you know when to take another look. Thanks @xcoulon
> The code looks very usable Thanks, I am slowly getting there (I don't feel I have a 0.1.0 yet). I am having fun with this little project. I am...