dspiteself

Results 7 comments of dspiteself
trafficstars

to get it to work now I did a quick dirty change 6b57841e5cfde50c86bf600a8629cd4d604b897a to ring-server, but I would love it to be a option to pass.

I guess the bug should be fixed in [push-state](https://github.com/metosin/reitit/blob/0.3.9/modules/reitit-frontend/src/reitit/frontend/history.cljs#L172) When you call push-state with fragment-history It will not respect your existing path.

A great thing to add to the documentation is `what is functional effect and streaming system?` `why use functional effects?` It could be on separate page or inlined at the...

The issue was resolved with recent updates to our link component. The problem was clearly not reitit.

Would it be possible to make it work with a function? ```clojure (mu/assoc [:map [:x :int] [:y :int]] [:z (fn [props] (assoc props :optional true)) :int) ; => [:map [:x...

If you are interested I could make a pull request to detect a function and apply instead of overwrite. https://github.com/metosin/malli/blob/8ef1f98e8dda3e94eaefe87d4cb3b3f47c36faec/src/malli/core.cljc#L397