-
Project depends on removed package javax.xml.bind:
```Exception in thread "main" java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter, compiling:(cljs/util.cljc:1:1)```
I solved it b…
-
When running
```
boot wait serve -d target cljs target
```
I seem to either get error on the serving step (if I use the dependencies in the md document)
```
java.io.FileNotFoundException: Could…
-
In my `project.clj` I have specified the following config:
```
:sass {:src "dev-resources/styles/auth"
:dst "resources/auth-ui/dist/styles"
:gem-version "3.2.19"}
```
And now lei…
-
**Describe the bug**
Attempting to build an uberjar with Selenium as a dependency raises the following exception:
```
clojure.lang.ExceptionInfo: Prefix string "9" too short: length must be at …
-
```
Retrieving org/clojure/clojure/maven-metadata.xml (2k)
from http://repo1.maven.org/maven2/
Retrieving org/clojure/clojure/maven-metadata.xml (1k)
from https://clojars.org/repo/
Could not f…
-
When I pull from the repo and run `lein typed check-cljs`, it works fine.
When I upgrade to the latest versions of Clojure/Clojurescript/core.typed I get the followinge rror:
`Exception in thread "ma…
-
`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…
-
When I add this project to project.clj, even though I have this
(defproject cljs-template "0.1.0-SNAPSHOT"
:description "FIXME: write this!"
:url "http://example.com/FIXME"
:dependencies [[org.…
-
At home it works: The first time I evaluate an expression (using ctrl-X), the output says it's downloading something. Clojure, AFAICS.
At work it doesn't work at all: the download fails every time. H…
-
I'm following the steps here: https://figwheel.org/docs/create_a_build.html
I have just changed the project name and some lib versions only. project.cj:
```
(defproject testcljs "0.1.0-SNAPSHOT…