-
Proto file:
``` protobuf
message Settings {
repeated string currencies = 1;
repeated string timezones = 2;
}
```
When running `lein jar`, I'm getting these errors:
```
/home/michael/Dev/projec…
-
`project.clj`:
```clj
(defproject blah "0.1.0-SNAPSHOT"
:plugins [[lein-tools-deps "0.3.0-SNAPSHOT"]]
:tools/deps [:system :home :project])
```
`deps.edn:`
```clj
{:deps {}}
```
```s…
-
I found out the hard way that build-deps can be tricky to use on a tiny embedded system. In my case, I was trying to build a project which uses voom dependencies on a Raspberry Pi. I simply dumped the…
-
I have
```
:mirrors {#"central" {:name "Internal central mirror"
:url "http://maven.example.lan:8081/nexus/content/repositories/central/"
…
-
If anyone else thinks so, I can maybe submit a patch
-
Hello guys
With this plugin `npm install` is invoked when calling `lein deps`. How can I add a `npm prune` before `npm install`? Is there a hook for that I can add in the project.clj file?
-
## Problem
Docs for refactor-nrepl are failing to build on cljdoc, example:
https://cljdoc.org/d/refactor-nrepl/refactor-nrepl/3.5.2
(Since this repo links to cljdoc via a cljdoc badge, I assume…
lread updated
2 years ago
-
My repl was working fine until I added this:
``` clj
:repl-options {:nrepl-middleware
[clojure.core.typed.repl/wrap-clj-repl]}
```
Now, my error is this:
``` clj
REPL-y 0.3.7…
-
## Expected behavior
Run guestbook example
## Observed
Failed (logs below)
## Steps to reproduce
```bash
lein new luminus guestbook +h2 +immutant
cd guestbook
lein run
```
## Log…
-
In case a maven repository is down it is impossible to open buffer without killing. It could be helpful to provide an option to user to set offline mode and use `lein -o classpath` in the plugin, whic…