-
Lumo v1.10.1.
**Steps** (based on https://dev.clojure.org/jira/browse/CLJS-2913?focusedCommentId=50751):
Execute in Lumo:
```clj
(require '[cljs.spec.alpha :as s])
(require '[cljs.spec.test…
-
```
$ clj -A:test -m cljs.main -re node
ClojureScript 1.10.439
cljs.user=> (require '[speculative.instrument :refer [instrument]])
nil
cljs.user=> (instrument)
[cljs.core/keep cljs.core/comp clj…
-
i'm writing a macro that uses spec to parse input. qualified keywords are causing cljd to compilation to fail.
few things i've noticed
* if i comment out the code, run watch, and then added gradua…
-
Steps to reproduce:
1. clone
2. run server
I have installed leiningen on Linux, and ran the `test`, `cloverage`, and `migrate` commands prior to trying to run the server.
I am a beginner in …
-
```clojure
user=> (spec-tools.parse/parse-spec (s/nonconforming int?))
{:type nil}
```
I believe this defmethod is correct though, `s/nonconforming` only needs to delegate immediately to "pass t…
-
I have followed the instructions to setup a sample gorilla-repl project following the instructions on the [Getting started website](http://gorilla-repl.org/start.html) but i cant get my repl running a…
-
I believe the `accept-merge` method should be wrapped in a call to `maybe-with-title`, same as the `accept-spec` implementation for `clojure.spec.alpha/keys`
https://github.com/metosin/spec-tools/b…
-
The log is full of `CoercionError`s like this one:
```
2022-09-09 12:03:41,874 [XNIO-1 task-23] ERROR y-video-back.middleware.exception - Request coercion failed: #reitit.coercion.CoercionError{:s…
-
⚠️ Imported from legacy repository. This issue is a duplicate of https://github.com/Clojure-Intro-Course/babel-legacy/issues/126.
```
babel.middleware=> (even? [(StringBuilder. "a")])
The first a…
-
From https://github.com/LightTable/Clojure/issues/55:
I have a simple clojure (not clojurescript) project and I use the instarepl with lighttable. Everything was working fine until I've updated to th…