-
coc.nvim is a bit different from other editors in terms of how it conveys URLs.
1. It uses what clojure-lsp calls a "zipfile" scheme for JAR files: `"zipfile://some.jar::xxx.clj"`. Other editors te…
-
It would be great if someone added a Boot section to the end of the ClojureScript Dependencies wiki page, since Boot is the only tool not represented:
https://github.com/clojure/clojurescript/wiki/Dep…
-
Original [issue 481](https://code.google.com/p/counterclockwise/issues/detail?id=481) created by laurentpetit on 2012-12-10T21:51:37.000Z:
Currently the option "Convert to Leiningen Project"…
-
I think I found a bug in mount. Example code is below, here's a description how to trigger it:
Using cljc mode in Clojure (not ClojureScript). I make a defstate tagged `^{:on-reload :noop}` and sta…
-
Rebel-readline was on my list of things to check out and when I've got to it I realised it might benefit from using [MrAnderson](https://github.com/benedekfazekas/mranderson) to inline some dependenci…
-
Hello,
I would like to see support for `deps.edn` for this project.
The feature I find most appealing is the ability to use git versions https://clojure.org/reference/deps_and_cli#_dependencies .…
-
[charred](https://github.com/cnuernber/charred) is a zero dependency Clojure baesd library which claims to be as fast as Jackson and univocity .
-
I followed the Person example and failed to create a protobuf instance. I'm running on OSX Mavericks.
``` bash
lein --version
Leiningen 2.3.4 on Java 1.7.0_55 Java HotSpot(TM) 64-Bit Server VM
```
I…
-
I have clojure 1.8.0 and OpenSCAD 2015.03.3 installed. My `project.clj` is
```
(defproject dactyl-keyboard "0.1.0-SNAPSHOT"
:description "A parametrized, split-hand, concave, columnar, erogonomic…
-
It seems that the project uses a version of http-kit that is incompatible with JDK 9 and above. It is fixed upstream and upgrading it will help in JDK 9 compatibility.
Relevant http-kit upstream is…