-
## Context / Problem statement
Malli schemas, naturally, can be defined in terms of previously defined schemas, for example:
```clj
(def foo [:map
[:name :string]])
(def bar [:ma…
vemv updated
9 months ago
-
# Expected Result
When I use `clerk` in a `babashka` project, it works.
# Observed Result when running with Clj
It works
# Observed Result when running with Babashka
As soon as I reference `n…
-
**Describe the bug**
Any version after `2023.08.06-00.28.06` breaks `deps.edn` colorization/tokenization. This only seems to affect deps.edn files specifically - other arbitrary `.edn` files work n…
-
With OpenAPI 3.0 support coming to Reitit in a few weeks, I have decided to experiment with OpenAPI 3.0 with `[metosin/reitit "0.7.0-alpha5"]`. However, it seems that the OpenAPI version declared by r…
-
# Problem
It is not clear how to integrate swagger into a framework-based app. I've tried to do it, but was not successful. There are some swagger integration examples for ring/reitit based apps (htt…
-
Steps to reproduce
1) cd reitit/examples/ring-malli-swagger
2) lein run -m example.server/start
3) http://localhost:3000/index.html
4) "Select a definition" and "Swagger" top right corner
…
-
**Describe the bug**
- When running `eglot-format-buffer` from Emacs, macros aren't formatted according to their` {:style/indent} `macro.
- It is related to this feature https://github.com/clojure-l…
-
This issue was discovered in the context of trying to get jetty 12.x working with muuntaja/reitit.
**PROPOSED CHANGE**
Make this a default setting for the application/json decoder
_(failing th…
-
Running my project with `lein trampoline run` yields an exception along the lines of `java.io.FileNotFoundException: Could not locate slingshot/slingshot__init.class, slingshot/slingshot.clj or slings…
-
It seems that cljc files are not considered by `compliment.utils/namespaces-on-classpath`.
Hence the namespace [`malli.core`](https://github.com/metosin/malli/blob/master/src/malli/core.cljc) is …