Jack Lindamood
Jack Lindamood
Where do you log into ECR? I'm expecting commands like this in your init somewhere, so helm and docker can auth. ``` aws ecr get-login-password --region us-west-2 > /tmp/creds ```
We got it working. I'm pasting a redacted helm values.yaml below of our helm chart with the important parts required. Some notes * We use github for NPM, AWS for...
> So, doesn't make sense to Hugo Coder have it. You reference the site.webmanifest [here](https://github.com/luizdepra/hugo-coder/blob/1fdac008175cba35ad5cbbac619671774c0e1afe/layouts/partials/head/custom-icons.html#L8). Since it does not make sense for Hugo Coder to have it, should you remove...
This is fixed in pull request https://github.com/benbjohnson/megajson/pull/20
Do you see any information when you access /stat? Can you paste the output of nginx -V? I've never tested the module with the development branch of nginx. I only...
Which old version works? That's very strange. I'm using CentOS5 and 7.X nginx with the most up to date version of the module.
I'm unsure how to debug this. The best step would be to add lots of DEBUG statements all over the code and see what that produces to narrow down the...
I haven't had time to work on updating this module. yaoweibin's looks good and borrows the healthcheck ideas.
I am seeing this as well. Her is the error I get from `go mod tidy` ``` github.com/aws/aws-dax-go/dax imports github.com/aws/aws-dax-go/dax/internal/client imports github.com/aws/aws-dax-go/dax/internal/parser imports github.com/antlr/antlr4/runtime/Go/antlr: ambiguous import: found package github.com/antlr/antlr4/runtime/Go/antlr in...