-
I'm getting the following exception going from 0.3.0 to 0.3.2:
```
Compiling ClojureScript.
Exception in thread "main" java.lang.NoSuchMethodError: clojure.lang.Reflector.invokeNoArgInstanceMember(Lj…
-
It looks like there's an issue with the `doseq-indexed` macro in utils.cljc when running Clojurescript. My guess is that this is because the macro is defined in the same file in which it's used, an…
-
Somehow, running AOT compiled project through ProGuard breaks any predicate schemas.
```
Caused by: clojure.lang.ExceptionInfo: :malli.core/invalid-schema {:schema #object[clojure.core$boolean_QMA…
-
I like kibit, however, the stackoverflow below is a bit annoying.
- First, that it happens,
- secondly, that it is impossible to understand which file created the error,
- thirdly, I cannot find a…
-
Hi @drewr
I am trying to use this library to send messages via my `gmail` account to another `gmail` account.
Here's the sample code I've used from the `ReadMe`
```clojure
(ns hello-from-de…
-
Updating a node from Debian Stretch to Buster (so going from Java 8 to Java 11), riemann was unable to start:
```
ERROR [2019-12-12 03:18:07,926] main - riemann.bin - Couldn't start
clojure.lang.…
-
I'm getting an exception trying to write to string a map with nil as a key.
```
(jsonista.core/write-value-as-string {nil 1}) ;; => throws com.fasterxml.jackson.databind.JsonMappingException
1…
-
After installing the cljs-watch I ran it in my webnoirbased project. I did at first however get the following error message:
$cljs-watch
17:59:50 :: watcher :: Building ClojureScript files in :: src…
claj updated
12 years ago
-
~/tmp/modern-cljs $ boot cljs
Writing main.cljs.edn...
Compiling ClojureScript...
• main.js
WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: cljs.util, being replaced by:…
-
I get the following error trace on executing `lein run` after including ultra in ~/.lein/profiles.clj
```
Caused by: java.lang.RuntimeException: Unable to resolve var: clojure.instant/thread-local…