Wes Morgan
Wes Morgan
This adds a [GraalVM](https://www.graalvm.org) image for building native executables from JVM-based languages. [Their license](https://github.com/oracle/graal/blob/master/LICENSE) permits redistribution of the community edition, which is what this is packaging up. I asked if...
I'm using railwaycat's homebrew tap of the Emacs Mac port on OS X 10.10.4. Emacs version is 24.5. When using any of these modelines, I get a light-colored horizontal line...
I wanted to use this with babashka as a library to check some paths recursively in a git hook, but noticed that the library fns (that don't call e.g. `System/exit`)...
I got some help with this in the Clojurians Slack and thought it might be useful to document what worked in there in case others run into the same confusion...
It would be nice if `:map` schemas like `[:map [:foo :string] [:bar :string]]` when decoding w/ the `json-transformer` a map value like `{"foo" "whatever" "bar" "thingy"}` turned those keys into...
Please answer the following questions and leave the below in as part of your PR. - [X] I have read the [developer documentation](https://github.com/babashka/babashka/blob/master/doc/dev.md). - [X] This PR corresponds to an...
### Check for existing issues - [X] Completed ### Describe the feature In #5292 @shaunsingh mentioned that it would be nice to have parinfer when editing Clojure. And I think...
IntelliJ 2022.3.3 w/ Cursive 1.12.8 Steps to reproduce: 1. Paste the following code into Cursive: ```clojure (cond-> response (:schema response) (update :schema transform {:type :schema}) true (update :description (fnil identity...
Great library, thanks for writing and publishing it! I wrote up a macro for my own usage that allows me to use CSS-style selectors for simple scalar selectors (i.e. `div.foo`,...
This wasn't working for me because nothing in here says it all needs to be the value of a `:log-to` key in the container config map. Reading the code and...