Alexander Rashed

Results 57 comments of Alexander Rashed

I would love to see this feature. With Cloudflare and Google (both the DNS and Chrome) jumping on the encrypted DNS train, in my opinion it won't take long for...

Thanks for the feedback! > conceptually it seems odd to have to pass aspects of the request (the request headers) to serialize a response, maybe we could make this more...

> I am happy to report that localstack/localstack:1.1.0 works right out of the box on OpenShift -- no modifications required. Thank you for your help :). > Given that the...

Hi @tomerber2! I just tried to reproduce your issue, but I wasn't successful. I created a minimal sample using the `aws-sdk-go` v1: ``` package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/endpoints"...

Is there anything I could do to help getting this PR ready to be merged? I'm facing this problem among several charts (for[ codecentric's keycloak](https://artifacthub.io/packages/helm/codecentric/keycloak), [codecentric's mailhog](https://artifacthub.io/packages/helm/codecentric/mailhog), and [elastic's elasticsearch](https://artifacthub.io/packages/helm/elastic/elasticsearch)...

To be honest, I'm not quite sure how to implement that without messing up the structure. As far as I can tell, the k8s client is only used in the...

I also agree that this would be a nice addition. In fact, it would be nice if the docs would contain some best practices for the `values.schema.json` itself. For example:...

As mentioned above, it looks like this repo isn't actively maintained. The schemas in awslabs/cdk8s unfortunately don't contain the script versions (which are necessary in my case). Does anyone know...

I can confirm that the current version works on Windows when using Git Bash for the installation. Afterwards it works across all windows native shells (pwsh, cmd, git bash). An...

Since godownloader isn't maintained anymore in quite some time, in my opinion there are two options: - Ship the binary in the repo and simply use the platformCommand in the...