-
I'm following the steps here: https://figwheel.org/docs/create_a_build.html
I have just changed the project name and some lib versions only. project.cj:
```
(defproject testcljs "0.1.0-SNAPSHOT…
-
When I add this project to project.clj, even though I have this
(defproject cljs-template "0.1.0-SNAPSHOT"
:description "FIXME: write this!"
:url "http://example.com/FIXME"
:dependencies [[org.…
-
Clojure 1.10.0, Java 10.0.1, slamhound 1.5.5
I get the following issues when trying to use `lein slamhound` with leiningen project which has `[org.clojure/clojure "1.10.0"]` as a depency:
```
Fai…
-
com.twitter
carbonite
1.4.0
com.esotericsoftware.kryo
kryo
2.21
…
-
**Describe the bug**
Attempting to build an uberjar with Selenium as a dependency raises the following exception:
```
clojure.lang.ExceptionInfo: Prefix string "9" too short: length must be at …
-
Liquibase can generate dox about everything in the application DB, e.g.
![image](https://user-images.githubusercontent.com/1455846/104530074-06237180-55c0-11eb-95cb-8577f67d6c39.png)
Command to …
-
Given the following `project.clj`:
```clj
(defproject dwnTest "0.0.1-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.8.0"] [cljr-nsca "0.0.3"]])
```
Running `dwn gen-repo ./project.nix` em…
-
I just tried combining `[thi.ng/geom "1.0.0-RC3"]` with quil and it breaks the `:p3d` and `:p2d` renderers. The default renderer works fine. It seems to be a dependency conflict essentially caused by …
-
I'm currently working on deploying my Clojurescript web application using Nix and stumbled upon this project when looking around. As this is my first Clojure(script) project and I haven't used Java be…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Ignored or Blocked
These are…