-
Yeah, it sounds weird, let me give some context:
On [clojure-lsp](https://github.com/clojure-lsp/clojure-lsp), we have a completion code feature, where the user types something and we try to comple…
-
Hi, today when I debugged my program call using an unofficial Clojure client, I noticed that the client itself wasn't aware that the openapi specs it use is already outdated. I noticed that despite va…
-
Specs:
Clojure 1.2.0 and 1.3.0 (tried 'em both, and MacPorts Clojure and Homebrew Clojure)
Mac OS X 10.6.6
MacBook Pro 5,1
```
$ cat hello.clj
#!/usr/bin/env clj
(ns hello
(:gen-class))
(defn …
-
Here is a simple example using spec's [`int-in`](https://clojuredocs.org/clojure.spec.alpha/int-in)
```clojure
(defphraser :default
[_ problem]
problem)
(defphraser (s/int-in min max)
…
-
The example in the readme puts the reitit.ring.coercion/coerce-response-middleware before muutaja/format-response-middleware which I believe is the reason for the exception thrown below. Simple revers…
-
Repro:
```
$ cat deps.edn
{:aliases {:test {:extra-deps {lambdaisland/kaocha {:mvn/version "0.0-389"}
lambdaisland/kaocha-cljs {:mvn/version "0.0-16"}}}}}
$ cat…
-
First of all, thanks for the library!
We (@estikado and I) are in the process of migrating an application from [clj-time](https://github.com/clj-time) to clojure.java-time. Given we use [Clojure sp…
-
### System info
```
Cursive Version: 1.7.0-2018.1
IntelliJ IDEA 2018.1.6 (Community Edition)
Build #IC-181.5540.7, built on July 11, 2018
JRE: 1.8.0_152-release-1136-b39 amd64
JVM: OpenJDK 6…
-
When I run autogenerated `fdef` spec tests with the `exec-fn` entry point, I get this exception on failures:
```
Exception: clojure.lang.ExceptionInfo: Cannot print check results with default prin…
-
Property:
```
suppression.file=false-positives.xml
```
and then that file on the classpath:
```
```
and link to the relevant parts of the DC docs.