-
I'm walking through the README example, but I get an error (see below).
I start a sample project with this `project.clj`:
``` clj
(defproject sample "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/cl…
-
Probably related to https://github.com/lambdaisland/metabase-datomic/issues/3, but I'm hitting the following error trying to build an uberjar for datomic pro
```
lein with-profiles +datomic-pro uber…
-
I accidentally gave a dependency a version with only the git revision portion, thus:
```
^{:voom {:repo "git@github.com:LonoCloud/beorn.git"}}
[lonocloud.mirkwood/mi…
-
Using lein-pedantic plugin, I got following dependency issues.
These may or may not result in some problems.
[noir "1.3.0-beta2" :exclusions [[org.clojure/clojure]]] -> [ring "1.0.2"]
is overrullin…
-
Since https://github.com/taylorwood/clj.native-image/commit/b3823a48be75122b9671c86ce5353a85589ef15f I'm getting errors like:
```
Error: Unsupported features in 12 methods
Detailed message:
Erro…
-
I can't seem to bring the code size down with a barely empty project through dead-code elimination alone, even when following the installation instructions to the letter.
The template used was [rea…
-
Hello @CGA1123 Christian,
Thank you very much for the project! It's really useful action!
I have the following issue:
My "project.clj" has a function inside which causes the failure. Here are …
-
Might be worth bumping yeller's dependencies?
``` clj
[yeller-clojure-client "1.2.1" :exclusions [com.fasterxml.jackson.core/jackson-databind
…
-
#### Summary
To get actionable results quickly, everything is going to live in a single module and the only artifact from build output will be a command line tool for working with the data. This is…
-
`Joda-Time` was nice a few years back, but nowadays Clojure users are expected to use `java.util.Date` (mostly via `#inst`) and `java.time.instant`.
Most importantly, `clj-time` is deprecated. It's…