-
With lein-parent 0.3.6 installed, this happens in a child project:
```
java.lang.IllegalArgumentException: Don't know how to create ISeq from: clojure.lang.Keyword
at clojure.lang.RT.seqFrom (RT…
-
Is there any plan to support form parameter types?
-
Hi,
i create the project with:
`lein new luminus test +reitit +aleph +postgres +swagger +service +auth +auth-jwe +oauth +kibit`
now, the latest `ring-swagger-ui ` version is `"3.19.0"`, so i update…
-
Our kaocha-cljs testsuite some times errors with "Kaocha ClojureScript client failed connecting back", especially in our CI environment.
This originates from here: https://github.com/lambdaisland/k…
-
Since having multiple modules in single Git repositories is becoming a thing (see [reitit](https://github.com/metosin/reitit/tree/master/modules) & [muuntaja](https://github.com/metosin/muuntaja/tree/…
-
Hi,
I'm assessing Reitit. Great work!
I wonder how far can its spec-coercion facility go. From what I know, it's not a trivial problem to tackle, which is why https://github.com/wilkerlucio/spec…
-
in the code
```
["/files"
{:swagger {:tags ["files"]}}
["/upload"
{:post {:summary "upload a file111"
:parameters {:multipart {:file multipart/temp-file-part}}
…
-
With clojure 1.10.0,```lein new test```
In `test/project.clj`, add spec-tools 0.8.3 to :dependencies.
In `test/src/test/core.clj`, make the ns look like
```
(ns test.core
(:require [clojure.sp…
-
* Original/GitHub, links work: https://github.com/metosin/reitit/blob/master/doc/http/pedestal.md.
* Generated GitBook, links work: https://metosin.github.io/reitit/http/pedestal.html
* cljdoc, lin…
-
I am starting `figwheel` with `CIDER` using `cider-jack-in-clojurescript` and then selecting the `fighwheel` option. The `figwheel` repl starts but muy buffers are not being able to connect to it.
…