Eugene Dementyev

Results 12 comments of Eugene Dementyev

Same behaviour on Linux (Wayland) in "foot" terminal.

I had that issue too and the workaround that worked for me was installing `dnsmasq` and setting `srv_lookup_server = "127.0.0.1:53"` in gobetween. It's a bit weird on AWS, so that...

Thank you, the `diff` option did make it better! When I was reading the docs it didn't seem to give me less output with `diff` enabled. `comment-on-pr` was already enabled,...

@iirekm it happens because you have Nvidia GPU instances mixed with non-nvidia instances. In this case AWS generates 2 ec2Configuration blocks, but in the terraform aws provider schema it's set...

Hi @rkpawaz , the behaviour of the gocloud.dev library used for the state storage actually conforms to the precedence defined in https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-precedence Setting the region in the URL I think...

I created [a PR](https://github.com/google/go-cloud/pull/3072) to add the functionality as above but it's not going to be accepted. The maintainers positions is to implement it is to DIY with URLOpeners in...

There's even more in it - go-cloud now also supports setting storage account in the URL to fully define the backend in it, not requiring any env vars. Just need...

Duplicate of https://github.com/Azure/azure-rest-api-specs/issues/16693