-
The following thread on the Clojurians Slack caught my attention https://clojurians.slack.com/archives/C04CAKAGADU/p1695973819828719
```
So I've been using clojure.pprint/pprint for my pretty-prin…
-
Hi, nice project, many thanks!
I'm using it for the first time, and in my project already has next.jdbc as a dependency. Question: would a PR replacing clojure.java.jdbc for next.jdbc would be well…
-
Could you please point me to some example for writing message queue pact tests. If clojure examples are not possible then java example will also work.
I am having trouble finding equivalent of **C…
-
I'm slowly tweaking my Emacs to play nicely with Guix, and after [getting SLIME to use Guix packages in a shell](http://chiselapp.com/user/jaccarmac/repository/dot-emacs-dot-d/file?ci=dbdf6a27a4eb7ffc…
-
Hi there,
I'm trying to make an uberjar for a project that depends on `metosin/spec-tools` version `0.8.0`, and I am getting the following error:
```
alex@deneb:/mnt/d/Projects/myproj$ clj -A:ube…
-
Hi, and thanks for a beautiful plugin! Learning Clojure these days, and this is a huge help in my editing experience...
I was wondering if it would be possible to implement a wrapping function, sim…
kflak updated
5 months ago
-
I would like to use vs code as development environment for clojure.
I'm opening [guestbook](https://github.com/rajcspsg/guestbook) project in vs code.
As soon as the project is opened in vs code…
-
Krell does not seem to work with ClojureScript 1.11.51. It looks like Krell has an implicit dependency on clojure.data.json, and [this library has been vendored in the new ClojureScript version](https…
-
When I add pulsar as a dependency (with quasar), the [refactor-nrepl](https://github.com/clojure-emacs/refactor-nrepl) plugin is prevented from loading. If I remove pulsar, the plugin starts working a…
-
I am using leiningen https://github.com/technomancy/leiningen/ to get epublib
Having in project.clj:
```
:dependencies [[nl.siegmann.epublib/epublib-core "3.0-SNAPSHOT"]]
:repositories { "psiegman-sn…