Matt Lewis

Results 9 comments of Matt Lewis

Thanks for the suggestions! I took a look and found that the original one – editing `RailsAdmin::MainController` – seems to work with the least caveats. Do you want me to...

I can't seem to access the wiki for this project. I generally feel like the readme is more accessible because you can Cmd-F for everything you need in one spot....

> when ArgoCD deploys a helm chart, it doesn't actually use install... Instead it runs helm template I ran into this today as well trying to use the Pulumi [helm...

I have this issue when trying to deploy a Cloud Run Anthos (knative) app to Terraform using the example in the docs: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_run_service#example-usage---cloud-run-anthos

I am having this issue with the following code: ``` python # etree is of type class Page: def __init__(self, etree): self.etree = etree self.untangled = untangle.parse(ET.tostring(etree)) ``` Traceback: ```...

I believe this issue can be fixed if you have your Go server answer requests to `/*` and redirect them to `/`. I can take a look and possibly submit...

I also see this behavior with rollout. This may be related, or it may not be: All of the Deployments in my list have progressed, but they still show up...

@thinkerou @appleboy I'd love this functionality – would you mind taking a look at this PR?