-
`clojure.core/keyword` takes a string and returns a keyword. However, in order to support certain behaviours the function returns nil whenever it gets something that is not a string, symbol or keyword…
-
Howdy!
I'm working on Avi, a vim clone written in Clojure. Except that it wants to be a [Specification of Vim, First](http://maitria.github.io/avi//avi/technical/2015/12/02/avi-is-a-spec-first.html)…
-
It seems that the ratio datatype is simply missing from the specification.
Nevertheless `pr-str` and `clojure-edn/read-string` both handle ratios ,e.g.`1/2` `3/5`, as if they were part of the spec.
`…
ghost updated
5 years ago
-
This is one of the more interesting features of clojure.spec. Are methods like [exercise ](https://clojure.github.io/clojure/branch-master/clojure.spec-api.html#clojure.spec/exercise)on the roadmap?
…
-
Description where to install the kernel into is given from
https://jupyter-client.readthedocs.io/en/latest/kernels.html#kernel-specs
Gist for windows setup in a make.ps1
``` powershell
lein do cle…
-
With the new version there doesn't seem to be a way to know from where the failure originates.
(Bad arguments or bad return value?)
-
It seems like I can't nest abstract map schemas.
Eval'ing
``` clojure
(s/defschema A
(sam/abstract-map-schema :type {}))
(sam/extend-schema AA A ["type"] {})
(s/defschema B
(sam/abstract-map-sc…
-
Muuntaja does not encode the response if a `Content-Type` header has been set. Header names are case-insensitive but Muuntaja's check is case-sensitive, so if you set the header `content-type`, it won…
-
Found this via a [clojure.spec bug](https://clojure.atlassian.net/browse/CLJ-1941):
**Cause:** Malli replaces var values with instrumented functions that will not work with primitive function inter…
-
Redis-clojure uses the counts reported by Redis as character counts, while Redis specs clearly say they are byte counts.
The correct way to go about this is probably to go through java.nio.charset.Ch…