-
I am able to reliably reproduce the error when adding konserve as dependency to a lein reagent project:
```
Syntax error compiling at (konserve/filestore.clj:585:25).
Unable to resolve symbol: ke…
-
After fix this [#85](https://github.com/afucher/clojure-repl-intellij/issues/85)
The 1.5.0 version still can't execute `lein.bat` on windows.
It still gives me the error.
```
Cannot run program …
-
I think the netrunnerdb api changed in this regard. But I'm also not sure if we ever automated this in the first place.
See also:
#7659
#7658
-
I recently had some major problems when I ran lein uberwar and found that the paths to app.js and get_deps.js were broken (searching at server root, not application root in my subdir). After hours of …
-
With ~/.lein/profiles.clj having:
```
{:user {:plugins [[com.palletops/uberimage "0.3.0"]]}}
```
then
```
# lein 2.5.0
lein new a_project
```
fails with:
```
Exception in thread "main" java.lang.…
sw1nn updated
9 years ago
-
I don't want to put my source code on server, is it possible to put the lein daemon logic in the -main method?
-
-
Right now the repl works but when I run on my local system, is there a way to force running in development mode? Basically when not on production I still want to run the full script against different …
-
I think something about rxtx dependency doesn't get along with leiningen. Here's how I produce the error:
```
➜ ~ lein new serial-port-test
Created new project in: /home/sinan/serial-port-test
Look…
-
After writing code and running 'lein midje' for a while occasionally midje breaks, I can't run more test, instead I get the stacktrace shown below. Running 'lein clean' (or 'lein do clean, midje') fix…
kolov updated
9 years ago