Greg Look

Results 61 comments of Greg Look

Sure, happy to add that to the base library as long as it doesn't require pulling in any Azure-specific dependencies. If it does, then this can be provided in a...

I'm generally in favor of more validation, as long as it doesn't get in the way of compatibility with different versions of the vault API.

I'm open to further validation of the requests on APIs, however I don't think we can use clojure.spec and retain babashka compatibility. For example, in ac8a864b0277751b436367aa90160257ed64efce I switched to a...

I think you caught me between pushing the new code to the main branch and actually cutting the release. 😅 The new artifacts are platform-specific, since I have an M2...

> Any chance to have a fix someday ? 👼 Can you try with the latest install script on `main`?

Still not sure why you'd get a segfault, but try with the latest release [0.17.642](https://github.com/greglook/cljstyle/releases/tag/0.17.642) - it's built to be compatible with more architectures, which might affect this.

Huh, curious. I tried a minimal reproduction in a basic `alpine:latest` container, and this is what I got: ``` % docker run --rm -it --platform linux/x86_64 alpine:latest / # apk...

Try with the new `--static` option on the installer when you get a chance.

Probably not in the 2.x versions, unfortunately. I have been considering a leaner version of this library that drops some of the dependencies like `component` and `manifold`, but that would...

Hi, I don't have a Windows machine and haven't ever really developed on Windows, so I'm not surprised there's path separator assumptions baked into the tests. If you want to...