-
That kind of call (strings of 1 to 3 chars long) fail:
(levenshtein-distance "a" "abc")
with such a stack.
Wrong number of args (0) passed to: core$max
[Thrown class clojure.lang.ArityException]…
-
Running surfer integration test with `lein test :only integration.surfer-test` fails with the following exception.
The asset IDs look visually similar but are not.
--
ERROR in (register-with-s…
-
I am trying to build a Docker image of the Anychart server based on Java 11, which is LTS and better suited for security-critical scenarios unlike Java 8.
Here is my Dockerfile
```
FROM ubuntu …
-
## Clojure
- [ ] Why Clojure?
http://blog.cleancoder.com/uncle-bob/2019/08/22/WhyClojure.html
- [ ] A Little Clojure
http://blog.cleancoder.com/uncle-bob/2020/04/06/ALittleClojure.html
…
-
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.…
-
is there a way to get documentation of my own project on hover instead of text like `imported from "file.rkt"`
either scribl docs or insource docs similar to how clojure-lsp does when defined as
```…
-
```emacs-lisp
(clojure--valid-put-clojure-indent-call-p '(put-clojure-indent 'letfn '(1 ((:defn)) nil)))
;; => *** Eval error *** Unrecognized put-clojure-indent call: (put-clojure-indent 'letfn '(…
-
**Describe the bug**
Can't build from source on Kubuntu 19.10
**Branch**
develop
**To Reproduce**
Steps to reproduce the behavior:
1. git clone
2. scripts/build.sh
3. build fails
**Expe…
-
Anyone else has problems with uberjar and compile? It just won't complete.
I have to use a Runner class as a workaround and run my clojure code without AOT which results in long startup times when I r…
ghost updated
8 years ago
-
When I try `lein run` command I got the error below 👇 Might there be a version mismatch for one of the primary component?
```bash
❯ javac -version
javac 17
❯ java --version
openjdk 17 2021-09…