-
Currently `reitit.http.interceptors.multipart` only has Clojure spec schemas for `temp-file-part` and `bytes-part`. Could also supply schema & malli versions.
See `reitit.openapi-test/multipart-tes…
-
Specs appear in the documentation when called in a REPL. It would be great when these specs would appear in the generated HTML files.
Minimal example:
```
(require '[clojure.spec.alpha :as s]
…
-
I have the `rrc/coerce-request-middleware` middleware turned on.
Here's the handler:
```
["/reset-password" {:post {:parameters {:body ::spec/reset-password-params}
…
-
We try to run the RMQ test with jepsen, sometimes we meet this "java.nio.file.NoSuchFileException: store/latest" exception while starting the test
> /jepsen/rabbitmq /
WARNING: run! already refers…
-
## Background
While working on PR #80 checks initially failed clj-holmes checks (not clj-holmes/watson clj-holmes/clj-holmes!).
It turns out clj-holmes is a bit overzealous on what it considers a …
lread updated
4 months ago
-
clojure-mode and CIDER have the notion of "indent specs" by which macros can declare a specific indentation. Some valid values under its spec are `0`, `1`, `:defn`, or more complex values like `[2 nil…
-
Attempting to use spec-tools on [planck](https://github.com/planck-repl/planck).
Environment can be reproduced with [this repo](https://github.com/jgoodhcg/planck-scripts), and the following commands…
-
Now update mutation only attempts if the namespace has `schema` namespace (`::schema/...`).
```clojure
(ns example
(:require [clojure.spec.alpha :as spec]
[specomatic.spec :refer
…
-
Now that Spec is being added in Clojure 1.9, would it make sense for Schema to target it?
It seems like Spec is a superset of Schema functionality, but I think that Schema provides a much cleaner syn…
-
Hi there,
I'm trying to make an uberjar for a project that depends on `metosin/spec-tools` version `0.8.0`, and I am getting the following error:
```
alex@deneb:/mnt/d/Projects/myproj$ clj -A:ube…