Henrik Gerdes

Results 43 comments of Henrik Gerdes

I found a workaround that worked for me that I wanted to share: **Background**: Docker does not allow to modify the /etc/host at build time. The solution is to use...

Just an idea: Is it worth looking to get WebKitGTK working in WebAssably and run the whole app inside an electron instance? or has anyone tried the WinCairo port?

Thanks @jakubriegel for your work. I found that GitLab QA actually uses a test with JSON payload but `x-www-form-urlencoded` header. See [here](https://gitlab.com/gitlab-org/gitlab-qa/-/blob/master/bin/slack) From what I`ve found I am not sure...

Also facing this. Is there a workaround?

Since one of my clients also needed this feature I took the opportunity and provided a first implementation example in #3119. Feel free to test it and share any improvements...

I also encountered this in github actions quite a while ago. But I opened a issue in the azure provider. Does this need to be fixed in terraform or the...

I think this is a terraform issue @crw. Terraform is responsible for handling/saving the state, this includes the different backend providers. So terraform also needs to authenticate against the state...

It is great to see the possibility to implement this via provider functions and I really believe these can be useful for provider specific tasks but recursive merge is a...

I found out that the issue is related to the docker network mode. When using Swarm Docker defaults to the ingress mode for port-mappings. This allows to loadbalance the incoming...