spieden
spieden
### What version of Datahike are you using? 0.4.1473 ### What version of Java are you using? 11.0.12 ### What operating system are you using? Linux ### What database EDN...
Hello, What about making the schema backend pluggable just like the HTTP client one? Would be nice to support Clojure spec and malli, for example: https://github.com/metosin/malli
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Attempt to use a day type and receive: ``` java.lang.IllegalArgumentException: Unsupported...
Currently if I type a namespace aliased symbol like `strs/join`, Cursive's inspection highlights it and offers a quick fix to require `clojure.string` for me. However if I type `::my-specs/thing` I...