-
Hello folks/weavejester :smile:
It seems that spec validations break. I am using `eftest.runner` from within `boot` and I see the following when spec does not validate:
```
Uncaught exception,…
-
Repro:
```
plk -Sdeps '{:deps {org.clojure/test.check {:mvn/version "RELEASE"}}}' -i /tmp/repro.cljs
```
repro.cljs:
```
(require '[clojure.spec.alpha :as s])
(require '[clojure.spec.test.a…
-
Recently in Slack, @grav asked about stack traces being printed in `AssertionError`s ([here](https://clojurians.slack.com/archives/C0744GXCJ/p1672905076297509)). In the podcast he linked to, @puredang…
-
For one of my api endpoints I have a quite long response which is compressed of several so-called `steps`. Each step is an object on its own.
The problem arises when one of the last item of the val…
-
I am trying to generate docs for [Sitefox](https://github.com/chr15m/sitefox) and running into the following error when it encounters `deps.cljc`.
```
> ( echo '# Readme'; cat README.md ) > codox-…
-
I added the `rebel-clj` bit to my `.zshrc` file some time ago and never had any problems.
Recently (after upgrading to the latest Clojure) I added the `rebel-cljs` part but can't seem to get it sta…
-
```emacs-lisp
(clojure--valid-put-clojure-indent-call-p '(put-clojure-indent 'letfn '(1 ((:defn)) nil)))
;; => *** Eval error *** Unrecognized put-clojure-indent call: (put-clojure-indent 'letfn '(…
-
I am running into this issue when requiring `overseer.api :as overseer`. Here is my vanilla setup: https://github.com/dvliman/workflow_poc
I tested against clojure `1.8.0`, `1.9.0`, and `1.10.0` an…
-
I am getting the following error when I try to use fileset:
Syntax error (FileNotFoundException) compiling at (arachne/fileset/specs.clj:1:1).
Could not locate clojure/spec__init.class, clojure/sp…
-
Hi,
I can now pull cljs-msgpack-lite into project with new simple dependency and simply
```
(ns ...
(:require [cljs-msgpack-lite.core :as mpk]
[cljs-msgpack-lite.clj-codec :…