-
I realized that there is currently no support for `:list`, unlike other collections (`:vector`, `:set`). Since this is pretty basic, I was wondering if it was somehow a deliberate choice. If not, a PR…
-
separate namespace `compojure.api.buddy` with registered dispatchers for making it easy to use them from c-api. Something like:
``` clojure
(context* "/api" []
:authenticated? true
(context* "/a…
-
Currently, the API does not expose a way to enable `jackson`'s encoder/decoder features. It looks like the only way to do this is through the `:mapper` key in `[:formats "application/json" :decoder-op…
-
Just started fiddling with duct and integrant, so please bear with a beginner here. I have stumbled upon what I believe may be an issue related to the duct/include reader macro.
I created a standar…
-
swagger-ui works while developing locally: `localhost:4321/` redirects me to the swagger UI and I can send requests.
However, once deployed, my service is routed via `domain.com/service-name/`.
…
-
This issue will contain some of the things that should be changed, but would be breaking changes. We could collect them for 1.0.0, which could out soon:
## Clear component lifecycle
All componen…
-
Hi, my work requires me to implement writing nested types in arrow format. Currently
I use tech.ml.dataset to convert Clojure columnar data into the arrows format for processing in C++.
I need to im…
-
I have the `rrc/coerce-request-middleware` middleware turned on.
Here's the handler:
```
["/reset-password" {:post {:parameters {:body ::spec/reset-password-params}
…
-
### Problem Description
When using [boot-tools-deps][boot-tools-deps] and [boot-test][boot-test], sometimes a `java.lang.ExceptionInInitializerError` will occur after the test has completed.
[bo…
-
When doing a `POST` request the `:body` in the request map is `nil`.
``` clojure
:body (if (.isBlocking exchange) (.getInputStream exchange))
```