-
I'm getting this error when I try to use alembic.still/distill to load a library from repl:
```
3. Unhandled java.lang.reflect.InvocationTargetException
(No message)
NativeMethodAccessorImpl.java…
-
I am trying to follow the [tutorial](https://figwheel.org/tutorial) and don't get the prompt when running the figwheel-main repl.
A) with leiningen:
`lein trampoline run -m figwheel.main`
B) withou…
-
**Is your feature request related to a problem? Please describe.**
In clojure-lsp we would like to show the output schema of a var: https://github.com/clojure-lsp/clojure-lsp/issues/181
**Describe…
-
Might not be feasible given how shitty the OCR quality is. A portion of the documents have been manually transcribed, but these already provide excellent metadata for search.
Candidate libs:
* h…
-
Would be great to have similar annotations as your clojure-lint-action. Is that on the roadmap?
-
Current Heroku deployments and boots are done with leiningen (see Procfile), which causes Heroku server to compile both clj & cljs files every time. Especially ClojureScript compile time is quite slow…
tkasu updated
5 years ago
-
`clj-kondo v2023.10.20`
I was running the following command:
`clj-kondo --lint --parallel`
Platform: Linux
I've got 16 errors like the following one:
`/.clj:0:0: error: Can't parse /.c…
-
* malli version: 0.13.0
The following is the test example in clj.
```clj
;; malli-test/main.clj
(ns malli-test.main
(:require [malli.core :as m]
[malli.instrument :as mi]))
…
-
First off, thank you for buffy, it seems like exactly what I need.
I'm having some trouble running the compose / decompose on the dynamic-type as it's described in the README.
I receive this error m…
-
Hi,
I am trying to execute `migrate` task using profile `test`, but for some weird reason it does not works.
My `project.clj` :
```
(defproject internal-api "0.1.0-SNAPSHOT"
:description "FIXME:…