-
Issue Type: Bug
```
cmd.exe /d /c lein update-in :dependencies conj [nrepl,"0.8.3"] -- update-in :plugins conj [cider/cider-nrepl,"0.25.8"] -- update-in [:repl-options,:nrepl-middleware] conj '["c…
thsam updated
3 years ago
-
I followed the instructions on the readme a few months ago and only recently noticed that requiring scope adds a full 1s to every lein task I invoke. That is really surprising for such a small library…
philc updated
10 years ago
-
## Request a Feature
Opt-in Lein project discovery on first execution
### Story
As a new LightTable user, I want to run LightTable for the first time and be prompted with a dialog box asking …
-
See https://github.com/technomancy/leiningen/issues/2671#issuecomment-604439999
-
Hi!
When I try to fetch [clj-wordnet "0.1.1-SNAPSHOT"] (same with 0.1.0), I get the following message from lein:
> Tried to use insecure HTTP repository without TLS.
> This is almost certainly …
-
To reproduce, use the lein-environ plugin in project.clj then try to download the sources for a plugin from within IntelliJ (by clicking "Download sources" in the pop-up).
``` clj
:plugins [[lein-env…
-
Hi, while working on https://github.com/scicloj/clay (we have Clojure file parser tests there) I hit a problem, so
I have code like this in a file
```clj
(ns wtf)
(def foo
"
(ns bar)
"
…
-
Repro step :
First, create a new app :
`lein new app cursive-plugin-env-error`
Setup lein plugin
https://github.com/tpope/lein-dotenv#usage
Add a `.env` file with an environment variabl…
-
I'm having problems to get vim-classpath to work with GVIM @ Ubuntu 12.04. This can be easily fixed with this diff:
```
index f578405..8749612 100644
--- a/autoload/classpath.vim
+++ b/autoload/class…
-
The default to run Clojure is `lein exec` and should be `cd $dir && lein run`