-
## Actual behavior
```
2. Unhandled clojure.lang.Compiler$CompilerException
Error compiling clojure/tools/reader/edn.clj at (1:1)
1. Caused by java.lang.IllegalAccessError
reader-error do…
-
http://metosin.github.io/komponentit/#!/example.codemirror
Steps to reproduce:
1) Insert cursor after content in normal codemirror view. Start pressing enter to add newlines. When newlines no lo…
-
when requesting with header "Accept:application/transit-json",the `wrap-formats` middleware use
`transit' library for json formating,which does not support `org.joda.time.DateTime`
here is my sta…
-
- [ ] Determine how to derive the Elasticsearch mapping from the clojure.spec definition for each CIMI resource.
- [ ] Implement for existing resources.
- [ ] Verify that the mapping corresponds to …
-
I know there isn't much difference between `{:status 200 :headers {} :body {}}` and `(ok {} {})` but I think it would be nice to allow headers on the HTTP response helper functions. We can overload al…
-
Anybody looking into baking-in swagger support?
-
## Library Version(s)
Discovered on 1.1.11, haven't checked any other versions yet.
## Problem
When destructuring a request object, you can only destructure the keys at the top level. Whereas…
-
## Library Version(s)
Using https://github.com/metosin/c2
[org.clojure/clojure "1.9.0-alpha17"]
[metosin/compojure-api "2.0.0-alpha6"]
[metosin/spec-tools "0.3.2"]
## Problem
When defini…
-
The below is my app project.clj
```
(defproject clojure-my-app-api "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Ec…
-
Hello metosin!
Is it possible to create schema that would not give error on unknown parameters?
For example:
```
(s/defschema Total {:total Long})
```
I want to use this schema and I also want it t…