-
Hi!
Normally I connect Emacs (which might as well be any other editor/IDE) to an external nrepl process, for reliability: I simply `lein repl` in iTerm with a fixed port (as per profiles.clj).
T…
-
This will allow us to shutdown the processes when restarting Cuttle if it crashes or a user exits.
on load:
- check if each project has a `.cuttle-lein-pid`
- kill the process
- remove pid file
-
I am trying to set up an example project as described in the documentation by running
```
lein new caribou oberon
```
and then
```
lein caribou migrate resources/config/development.clj
```
This …
Kungi updated
10 years ago
-
At CircleCI we use `:pedentic? :abort` in most of our leiningen projects. This option prevents the leiningen from starting the repl unless there are no conflicting dependencies in the app.
When clo…
-
The command "Calva: Start a project REPL a..." offers a menu of a project's Leiningen "checkouts" (symlinks to dependencies, outside the folder) as alternative projects to start a REPL in. For exampl…
-
## Description
Cursive appears to have an issue with correctly compiling ahead-of-time settings
when unquoting the expression. This results in an inconsistency between Cursive
and `lein uberjar`…
-
I'm using `JDK11` on a mac and commands like `test/repl/run` fail after the install (which works)
```
Exception in thread "main" java.lang.ExceptionInInitializerError
at clojure.main.(main.java:20…
-
I'm trying to use autodoc to generate documentation for my [bifocals](https://github.com/aperiodic/bifocals) project. First, a minor quibble: I had to put the lein-autodoc dependency in the :plugins k…
-
Hi daniel..I've followed your tutorial and download this project..I run lein deps and this download all dependencies, but when I type cljsbuild once I get:
Exception in thread "main" java.lang.NullPo…
-
Hey,
I am getting a ClassNotFoundException after I installed Java 9 on my machine. That's the setup:
```
$ java -version
java version "9"
Java(TM) SE Runtime Environment (build 9+181)
Java …