-
I am playing with the `ring-spec-swagger` example, and I noticed that the parameters don't have descriptions. Furthermore, I wasn't able to find anything about parameter descriptions in the docs. Is t…
-
I would have expected the following code (taken from the readme and modified to add a string-to-keyword key transformer) to work - the transformer works correctly with a `:map` schema – but it doesn't…
-
As all the example of this (rather well-designed) library show map keys as keywords. However string is also allowed as well as some other types:
``` clojure
(is (malli.core/validate
[:map
…
-
I am trying to replace the clicking of anchor tag with on-click of a span
So this to
```
[:a {:href (rfee/href :page {:id bid})} title]
```
this
```
[:span {:on-click (fn [e]
(rfee…
-
**Describe the bug**
the last result will be
```
{row} from `plan` -- missing `map` or `reduce`?`
```
when I try to transduce the `plan`
**To Reproduce**
```clojure
(with-open
[co…
-
Hi,
When launching `ring-spec-swagger` example the way depicted in its own `README`, by `lein repl`, an exception is thrown with the stack trace shared at the end of this issue.
On the other han…
-
I've been trying to integrate [react-transition-group](https://github.com/reactjs/react-transition-group) with reagent to create chained transitions.
It adds new lifecycle callbacks that should ideal…
-
[Instaparse](https://github.com/Engelberg/instaparse) is the parsing library Athens and Roam use.
The code for Athens's parser can be found in `src/cljs/athens/parser.cljs`
I watched these [vid…
-
Hey there. `select-spec` looked like the perfect tool for the job when I was hoping to take a map of X + N keys and pull out only X. Alas, it doesn't seem to be doing *anything* for me. Perhaps it's a…
jeaye updated
4 years ago
-
# reitit front-end tear-down with :stop
`:stop` should be the go-to keyword to use for teardown when we leave a page, as the docs point out. However, it doesn't seem to work. Why?
```clojurescri…