-
We seem to be using potemkin in https://github.com/metosin/ring-http-response. There is a code generation step that creates code to pull extra functions from `ring.util.response` using potemkin (yes, …
-
This is a continuation to https://github.com/weavejester/eftest/issues/20 but with updated details:
- Cloverage is now capable of using external runners, see https://github.com/cloverage/cloverage…
-
I started working through the implementation and use of the current library and API, a bit more in depth than early forays. It's an annotated commentary of what I'm seeing as I go through, gaining a …
joinr updated
5 years ago
-
This is an issue for gathering feedback on the Ring 2.0 design.
The code and documentation will be held in the [2.0 branch](https://github.com/ring-clojure/ring/tree/2.0) of the repository.
The …
-
Improve results produced by the new search introduced by #85.
Report problems and bad/suboptimal results here. (Check the Known Problems below first, please!)
## Known Problems
* Include down…
-
We'd like to get a list of companies/organizations using Aleph in production (and which pieces of Aleph they're using), both for bragging rights and to understand who the stakeholders are in future de…
-
Hi! I'm evaluating different schema validation/conformance libraries. My use case is to validate the shape of data coming into an API from client applications, returning useful error messages to the …
-
I am running the JVM process on an archlinux OS, if it can be of any help.
This is the report I am getting after the crash.
```
#
# A fatal error has been detected by the Java Runtime Environmen…
-
Schema has closed maps, Spec has open maps. Which one should `malli`default to? Controlled via `:map` property, which would be (depeding on the default) either `:closed` or `:open`.
## Closed by de…
-
This is the config in `project.clj`:
` :dependencies [[clj-time "0.14.0"]
[compojure "1.6.0"]
[conman "0.7.1"]
[cprop "0.1.11"]
…