-
As of commit ae9f1d8c8 (early August 2021), assuming the front-end and back-end dependencies are already in place (JavaScript/npm modules via yarn, Maven/Clojars for Clojure), the breakdown of the Ube…
ariya updated
4 weeks ago
-
```
Currently the option "Convert to Leiningen Project" doesn't appear in the
Configure menu on a clojure project without project.clj. I think it should.
I expect CCW to create a default project.clj…
-
I created a project with `lein new figwheel` and running `lein figwheel` fails with:
```
Figwheel: Cutting some fruit, just a sec ...
Could not find artifact org.clojure:clojurescript:jar:1.10.775 …
-
```
WARNING: It appears your project does not contain a ClojureScript dependency. One will be provided for you by lein-cljsbuild, but it is strongly recommended that you add your own. You can find a…
-
I was recently trying to utilize this library in conjunction with org.clojure.core.matrix for the deeplearning4j library but it seems that the clojar is possibly out of date? With a `project.clj :dep…
-
Maybe this is a completely ignorant question, apologies upfront. I'm really thankful for what Instaparse is already.
Having said that, would it be possible to generate the parser offline and safe i…
-
I'm a complete noob to Clojure, so this isn't necessarily an issue with lumo.
I'm trying to use [fipp](https://github.com/brandonbloom/fipp) to pretty-print an EDN file. I got pretty-print working …
-
I came up with this when running `lein deps`:
$lein deps
Downloading: org/clojars/maoe/rrd4clj/0.0.0/rrd4clj-0.0.0.pom from repository central at http://repo1.maven.org/maven2
Unable to locate resou…
-
Do let me know If there's a more appropriate channel to discuss user issues.
I'm starting from a leiningen project with the following dependencies:
```
:dependencies [[org.clojure/clojure "1.9.…
gmp26 updated
6 years ago
-
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…