-
I don't have much experience with Leiningen, but this looks awfully strange (note that I have `lein2` as both 2.x and 1.7.x are running on my system).
```
Charless-MacBook-Air:featurize charleslparke…
-
I set up hashp in my shadow-cljs project as per the README (slightly abbreviated):
```edn
{:source-paths
["src/dev"
"src/main"
"src/test"]
:dependencies
[[hashp "0.2.1"]]
:builds
…
-
Hi, I'd love to use this. But when I do as instructed in the README, I get some ugly SVG file rather than one of those great looking PNG file checked in with the repo. Here's a screenshot:
Ideall…
-
I have the following project.clj file:
```
(defproject test-prj "0.1.0-SNAPSHOT"
:description "The test project"
:url ""
:jvm-opts ["-Xmx256m"]
:dependencies [[org.clojure/clojure "1.10.…
-
Add mranderson so we don't drag clojurescript and sente into the traced project dev dependencies
-
When I run `lein gorilla` as instructed in the Readme, I get the following error. I am using a fresh install of clojure verion 1.10.
Error here
```WARNING: boolean? already refers to: #'clojur…
ineol updated
5 years ago
-
Hey. The project has some Java code, but no instructions on how to build it.
-
I followed the instructions at https://clojurescript.org/tools/atom#proto-repl and I encountered an issue running this command, as listed in the instructions:
```
(do (use 'figwheel-sidecar.repl-api…
-
Currently `evalOnSave` uses nrepl `load-file` to evaluate a single file to the repl. This works in many cases, but there are some issues with this:
- Some changes require multiple namespaces to be …
-
I noticed that aot compilation fails with core.matrix 0.9.0
I created a fresh leiningen project, added core.matrix 0.9.0 as dependency and
added the existing core namespace to the project.clj :aot ke…