fox
fox
I agree that considering the trade-offs, procedure support isn't a good fit for postgrest. I was originally hoping for support since I had a procedure that doesn't return anything, but...
> You cant use for_each with module which declares provider block read [this](https://github.com/hashicorp/terraform/issues/31081#issuecomment-1144941434) for explanation. Or to put it simply define all providers blocks on level above then that uses...
> Hi, > > I'm not 100% sure what kind of answer are you looking for. The module in question IS in fact deemed legacy, as the error message suggests....
Thought this was the behavior of `gh auth setup-git`, but I guess not :c hope this gets added. The email settings page where you actually find the git-provided email it's...
> [#7078 (comment)](https://github.com/GoogleContainerTools/skaffold/issues/7078#issuecomment-1180979589) That workaround stopped working a year ago. One of skaffold's releases made it so docker doesn't use the docker remote api and **always** uses the docker cli...
@ericzzzzzzz The workaround doesn't appear to work for me on windows, it says the docker executable is required.  Setting the DOCKER_HOST in podman isn't necessary since it uses the...
@ericzzzzzzz The configuration is as follows: ```yaml apiVersion: skaffold/v4beta6 kind: Config metadata: name: dummyproj build: local: useDockerCLI: false # default value so shouldn't matter artifacts: - image: hello docker: dockerfile:...
I sent this issue earlier: https://github.com/GoogleContainerTools/skaffold/issues/7883, which appears to be the same issue, where it's using the docker CLI instead of docker's api. It recommends downgrading to a very old...
@ericzzzzzzz Yes, that does indeed fix it and it works perfectly.
@ericzzzzzzz Is this something that will always require this flag to work properly? it's nice there's a workaround but the expectation is that skaffold would work with anything that supports...