Wes Morgan

Results 47 issues of Wes Morgan

There are a few problems with the tools-deps integration example: 1. It needs the `:git/sha` too. Change `clj -Sdeps '{:deps {mvxcvi/cljstyle {:git/url "https://github.com/greglook/cljstyle.git", :git/tag "0.15.0"}}}' ...` to `clj -Sdeps '{:deps...

https://github.com/babashka/babashka-sql-pods/blob/5792dd29cfd68ad0605d3ed859db5212323fa307/src/pod/babashka/sql.clj#L224 Was going through the docs on writing pods and using this as an example. I noticed that this key in the linked line above is `:opts` where the docs...

In #21 I asked about publishing a Docker Official Image (as described here: https://github.com/docker-library/official-images) but was told you all had no plans to do that. Is it OK if I...

I was still seeing the x86-64 version installed in my self-hosted arm64 runner when using version 9.5, even after destroying and recreating it. So it seemed like a caching thing.

This is needed on self-hosted runners which persist their tool caches locally where the "restore cache" step puts everything on GitHub-provided runners. So we have to ignore that for `invalidate-cache:...

Self-hosted runners persist a lot more across runs vs. GitHub-provided runners. Currently the code just skips cache restoration to the runner's local FS when `invalidate-cache: true` is set. However, the...

It would be great to see a list of what this plugin does. I expected it to make indentation for Clojure work more like it does in Emacs. But it...

We have a centralized authorization service that needs to verify HMAC auth on behalf of various API servers that act as proxies to the central service. But the API clients...

Auth-HMAC doesn't work with Rack::Request objects. Patch coming shortly...

This plugin loses its global settings when Jenkins is restarted. The xml file is still there and has the correct information in it, but the fields in Jenkins' settings page...