doug kirk
doug kirk
@havocp What do you think about adding special processing for this in `ConfigImpl.FileNameSource.nameToParseable()`, only working with environment variables (using `envVariablesAsConfig()` to support this feature? To me, it only makes sense...
Sorry, yes using `org.clojure/data.xml {:mvn/version "0.1.0-beta2"}`. Newer versions don't behave well with certain namespacing behaviors (known issue), so this is the most stable version of data.xml. Usage was just `clojure...
I think most likely I used leiningen to publish/deploy a library, which created the pom.xml for the project. (This project currently requires lein to build, but we're in process of...
> Hi, thanks for your contribution. Can you elaborate more on this change, please? Testcontainers provides a strategy to look at Docker Desktop rootless. See https://github.com/testcontainers/testcontainers-java/blob/main/core/src/main/java/org/testcontainers/dockerclient/DockerDesktopClientProviderStrategy.java#L14-L25 This change enables macOS...
I was able to make this change from a Clojure REPL via reflection, and that enabled the RootlessDockerClientProviderStrategy to work with no other changes. Honestly I don't know why macOS...
No, it's a standard docker install, but *not* docker desktop, as that is a commercial product and can't be used. I use Colima for the docker machine. ```bash brew install...
The question becomes, why the disparity between `UnixSocketClientProvider` and `RootlessDockerClientProvider`?