-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
I would like to offer to develop and contribute support for Leiningen, a major build tool …
-
I'm using the attached actions file, trying to run on a Linux runner. (I added installation of zstd, because I got complaints about missing zstd around my problem ...). When it comes to installing Lei…
-
leiningen project file has option `resource-paths` which can enumerate local jars to be loaded.
```
$ nix build .#clj-tuto
warning: Git tree '/home/iaitskovd/demo/clojure/hello-leiningen' is dirt…
-
I'm not sure how this will work yet, if jank will have a lein plugin or if something else is required. But jank will be adding support for `require` shortly, so we should be able to start hooking in d…
jeaye updated
4 months ago
-
Is it possible to install this plugin using Leiningen 2. If so how is it done? I have tried adding:
[gaeshi/kuzushi "0.5.2"]
to .lein/profiles.clj, but that does not appear to work. gaeshi is added …
maacl updated
12 years ago
-
-
hey there!
I am trying to use your package but I am having some issues. I created a very simple project with
```
lein new app ui
```
and added the package to the dependency as such
```cl…
-
A welcome for clojure community:)
https://github.com/lightbend/paradox/blob/master/core/src/main/scala/com/lightbend/paradox/markdown/Directive.scala#L671
-
I am fairly new to github and the like so please forgive what may be a dumb question. I am trying to use your library in a Clojure program. The easiest way to import your library is to use "Leininge…
-
Hi,
I am running IntelliJ with Java 1.8, the project it set up to use Java 1.8, but the default JDK on the OS is 1.7.
When I run `lein figwheel` from IntelliJ i get this error:
```
/opt/java/jdk1.8.…