-
Hey Lucy,
Looking forward to the workshop on Tuesday. I followed the Readme instructions but I'm having a little bother. I get this error when I run `lein midje`:
```
WARNING: An illegal refl…
-
Document how to convert a Leiningen build to Gradle. This should include a table to translate plugins to their equivalents in the Gradle ecosystem.
-
I enabled the security settings given in values.yaml: https://github.com/yetibot/yetibot-helm/blob/master/charts/yetibot/values.yaml#L31
But docker image is not built to actually work with that :(
…
-
Hi Colin,
I've recently started seeing an issue with dependency resolution and leiningen profiles:
Intellij build info:
```
IntelliJ IDEA 2019.1.1 Preview (Ultimate Edition)
Build #IU-191.670…
-
Cursive will apply the leiningen profile (eg. `:dev`) of the main project to the checkout dependency, causing to load the `:dev` dependencies of the checkout. Leiningen does not do this.
This causes …
-
The new feature "Leiningen projects need to be imported" started to annoy me.
Ideally I'd like Cursive to optimistically try to import changes on when a change is detected. And showing that dialog …
-
Hi,
I am new to leiningen, and I am evalutating it for pure Java projects (for fun).
I am used to separate project files in a tree like this:
```
root
- src
-- main
--- clojure
--- java
--- resource…
-
This plugin works with Leiningen versions up to 2.9.3. Versions 2.9.4 and 2.9.5 cause the following exception.
minifying assets... …
-
When I'm trying to start REPL from Cursive, I'm getting the following error:
```
java.io.IOException: Cannot run program "sassc": error=2, No such file or directory
```
sassc is actually installed…
-
I tried following the instructions for running the sample project on Windows 7:
```
D:\Git_repos\simple-brepl\sample-project>lein dev
java.io.IOException: Cannot run program "mkdir" (in directory "D:…