Mark Kusper

Results 3 issues of Mark Kusper

- [x] pgloader --version ``` pgloader version "3.6.cc2ce6e" compiled with SBCL 2.1.1.debian ``` - [x] did you test a fresh compile from the source tree? I compiled the latest source...

When using envbuilder and restarting my workspace I nearly always want a fresh copy of the repo, but when using a pvc similar to this [example template](https://github.com/coder/coder/blob/main/examples/templates/devcontainer-kubernetes/main.tf) I envbuilder simply...

There doesn't seem to be any way to pass build-time secrets when using envbuilder, leaving me with no straight-forward option to include any Dockerfile with commands similar to: `RUN --mount=type=secret,id=test-token...