Results 4 comments of Jess Somaiya

Hey all! Thanks @hirosassa for highlighting this issue, I’ve been having a similar problem regarding setting request headers. When querying the [`User`](https://github.com/looker-open-source/sdk-codegen/blob/main/go/sdk/v4/methods.go#L6680) method, I am getting back HTML if the...

Ah great thank you @hirosassa. I'll let you know the PR is ready!

Hey all. After starting the implementation of the above https://github.com/looker-open-source/sdk-codegen/issues/1075#issuecomment-1243838576, it is a major change to add a new `headerOptions` arg to each method and is not backwards compatible with...

I had the same problem, looks like it's been an ongoing issue with colima. Looking at other [threads](https://github.com/testcontainers/testcontainers-go/issues/2952#issuecomment-2659337441), setting`DOCKER_HOST` and `TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE` should do the trick as a workaround. ``` export...