-
It looks like something like
```clj
(ns my-ns :import [javax.xml.crypto])
```
isn't allowed in Clojure 1.10 (it fails with a spec error). So unfortunately this lib doesn't currently work with …
-
See https://clojure.org/guides/spec
But first implement #17 so there are fewer messages to spec.
-
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…
-
## 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
3 months ago
-
The yeller ring middleware looks for the keys `"Referer"` and `"User-Agent"` in the request headers (https://github.com/yeller/yeller_clojure/blob/master/src/yeller/clojure/ring.clj#L6-L9)
Ring actua…
-
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…
-
Was trying to test the latest code, and having encountered an issue there [1], tried to get things running from source.
On a fresh clone of the repository (https://github.com/jpmonettas/clograms/co…
-
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…
-
EDN spec does not say that consecutive colons are illegal (e.g. `a::b`) even though clojure.reader and clojure.edn won't parse these.
(What is the reason for this restriction?)
-
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…