-
Hello @CGA1123 Christian,
Thank you very much for the project! It's really useful action!
I have the following issue:
My "project.clj" has a function inside which causes the failure. Here are …
-
Hello, I think we are experiencing a bug and I wanted to confirm that this behavior isn't intentional.
We have two specs that we've created using `data-spec`. When we reference the first, it seems …
dehli updated
3 years ago
-
I have a case where I want to use `select-spec` to narrow a map to a subset described by a multi-spec. The multi-spec is dispatched on an item in the larger collection but would be stripped from the f…
-
## Context
When writing clojure web applications and middleware it's common
to need HTTP responses with many different status codes, like `401
Unauthorized`, `403 Forbidden` and many others. A fu…
-
## Brief
Given a microservices architecture where services communicate via e.g. Kafka, I advocate that those Kafka messages should be:
* 'speced' (backed by `clojure.spec`)
* enables an inter…
-
Hello~ I'm using luminus framework with +re-frame +postgres.
I also use emacs with cider.
The step through the warning is like this :
in terminal:
```
lein run
```
```
lein figwheel
``…
-
# Boot Bug Report
## Platform details
Platform (macOS, Linux, Windows): macOS
Platform version: 10.12.6
JRE/JDK version (`java -version`):
```
java version "1.8.0_121"
Java(TM) SE Runtime …
-
I am attempting to decode clj-time datetime objects as a json string. For example:
```clojure
(clj-time.core/now) #=> #clj-time/date-time "2019-06-16T01:56:14.670Z
```
I have tried using spec …
-
In `reitit.impl/url-encode` a custom URL Encoding using `clojure.string/replace` is used. The implementation differs from that of `java.net.URLEncoder`, so it can't be simply replaced. In particular i…
-
- [x] Fix 1-based-Pagination, add tests
- [ ] Fix OpenApi-Validation-Errors