-
### What version of Datahike are you using?
latest
### What version of Java are you using?
17
### What operating system are you using?
N/A
### What database EDN configuration are you using?
N/A…
-
Does clj-nix support other maven repos?
I am trying to create the lockfile, but I get the following error. I'm assuming it is something to do with datomic using a different maven repo.
```
{:c…
-
Hi! I try to use malli as coercion&schemas with swagger ui. If i try serialise recursive schemas with registries, i get some "Could not resolve reference" of keys of recursive values. it is according …
-
This spans over multiple repos, but can be done in parts.
## Schema -> OpenAPI3
* https://github.com/metosin/schema-tools/issues/44
* might be some work to get this clean without copying a lot
…
-
I've cloned the sente repo to my local machine to play around with the example project. I noticed that when I click button 2, the callback reply is `:chsk-timeout`. Shouldn't the callback reply be the…
-
I'll caveat this issue with the following: It's entirely possible that I'm making a mistake. However given the behavior, I suspect something is wonky with the namespace resolution code in shadow-cljs.…
-
OpenAPI3 allows examples in the [Media Type object](https://spec.openapis.org/oas/v3.1.0#mediaTypeObject)
and [Parameter object](https://spec.openapis.org/oas/v3.1.0#parameter-object). There can be m…
-
clojure.spec would be very useful as a way to document props and assert at runtime that they are correct.
There are two fundamental issues that I would want to address by providing direct support f…
-
Does Malli have a metaschema, that is, a schema for its schema syntax(es)?
I ask because it's very easy to write an invalid schema, but difficult to determine whether one is invalid, and why. I've…
-
https://github.com/metosin/malli/tree/2b0c108b7c5d8b33206a4040b00dada0b103ec2c#composite-registry could be completed with an example of how to compose Malli's default registry with a custom one.
(I…