-
# Description
I am unable to start the REPL for a leiningen project which includes Java code.
The error message is "Error Running ‘REPL’: Error executing Leiningen configuration"
### Versions
…
-
It would be nice to start the fleetdb server by just running a lein command:
```
$ lein fleetdb
```
And possibly have fleetdb parameters in the developer's project.clj file. Maybe something like th…
-
This is a newbie question, trying to use the lein-tool-deps with my project, but I can't seem to get the uberjar part to work. When I run lein uberjar, I see the target directiory and the SNAPSHOT.ja…
-
### Describe the bug
When I try to use the v0.49.x version of metabase, it fails to initialize
### To Reproduce
Whether upgrading from an older version, or using the new database directly wit…
-
[Clojure](https://en.wikipedia.org/wiki/Clojure) is a popular functional language that targets host platforms on the [JVM](https://clojure.org/), [JavaScript](https://clojurescript.org/), and more ([1…
-
Tim, any chance of setting this up as a Maven project so it pulls in its dependencies automagically? Building it is a hassle if you don't have clojure or clojure-contrib on the classpath.
-
I'm running Idea 2023.1.2 on Windows 11, opening a WSL2 project with Cursive `1.12.8-2023.1`. Whenever I open intellij I get two exceptions reported and (as far as I can tell) no kondo stuff happens.
…
-
For those of you who are having problems with the Clojure-CSV package, you need to modify the project.clj file.
1. Add [clojure-csv/clojure-csv "2.0.2"] to the dependencies
2. In the terminal ru…
Aguno updated
4 years ago
-
### 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…
-
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)})
`…