Bernie Durfee
Bernie Durfee
This would be great!
Just to clarify, this issue is still open and Colima doesn't allow for changing ownership of files in host mounted directories? I'm seeing host mounted directories and files being owned...
Same issue here using provider v1.8.0 and RabbitMQ 3.12.6. No trailing slash on the endpoint. :) I can use `curl` to create the `vhost` but when using this provider I...
Found it per [this](https://github.com/hashicorp/terraform-provider-rabbitmq/issues/51) the endpoint URL shouldn't have `/api` on the end, nor should it have a trailing `/`.
Running on MacOS 14.2.1 ``` > uname -v Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64` > zsh --version zsh 5.9 (x86_64-apple-darwin23.0) ``` This didn't work... ```...
Oh, good (bad?) timing. I just ran into this today. Any workarounds?
👍 Maybe, for now, display a modal to tell users this is not (yet) supported?
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock
Is the issue that the socket permissions on the runner are `root:root` instead of `root:docker`?
If I'm very careful not to save often, the extension behaves fine. It's if I'm working fast, making changes and hitting CMD+S often that the processes start to pile up...