-
### Environment
- VSCode Version: 1.11.12
- OS Version: Windows 10
- Clojure Extension Version: 0.2.0
### Description
Debug adapter process has terminated unexpectedly
### Steps to Reprodu…
-
My repl was working fine until I added this:
``` clj
:repl-options {:nrepl-middleware
[clojure.core.typed.repl/wrap-clj-repl]}
```
Now, my error is this:
``` clj
REPL-y 0.3.7…
-
I'm getting a NPE when trying to import an existing deps.edn project with IntelliJ 2019.2 & Cursive 1.8.2-2019.2. The project is a fresh deps.edn project with one blank namespace and the only dependen…
-
Hi!
I'm not sure if this is a good place for this question, let me known if is an other.
The question is: it make sense the api-builder dependency in leaven? I have observed the code and the schemas…
-
Looks like the dependency `org.flatland/ordered` is required for tests to succeed with Clojure older than 1.7.
If this support is dropped, Kerodon would no longer need its single use of `ordered-ma…
-
I cannot get huri and gorilla repl working together.
In the most simple project, like
```clojure
(project test-gorilla "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://…
-
build.boot:
```
(set-env!
:source-paths #{"src"}
:dependencies '[[org.clojure/clojure "1.7.0"]])
(task-options! repl {:init-ns 'nrepl.foo
:eval '(set! *print-length* 20)})
`…
-
**Initial debugging steps**
- [x] Updating to using the latest released version of Leiningen (`lein upgrade`).
- [x] Moving your `~/.lein/profiles.clj` (if present) out of the way. This contains t…
-
When I try to compile a css file from a a file using lein-garden version 0.2.5 or 0.2.6, I receive the following message:
``` bash
$ lein25 garden once
Exception in thread "main" java.lang.RuntimeEx…
-
Hello,
I can’t get hot reloading to work in Shadow CLJS. It works properly with Figwheel Main (`+figwheel-main`), but with Shadow CLJS something is wrong, so far I couldn’t understand what the issu…