This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-22
Channels
- # announcements (1)
- # beginners (109)
- # boot (2)
- # calva (26)
- # cider (6)
- # circleci (6)
- # cljsrn (3)
- # clojure (77)
- # clojure-dev (5)
- # clojure-europe (28)
- # clojure-finland (1)
- # clojure-hamburg (1)
- # clojure-italy (21)
- # clojure-japan (13)
- # clojure-nl (36)
- # clojure-spec (22)
- # clojure-sweden (4)
- # clojure-uk (105)
- # clojurescript (91)
- # community-development (8)
- # cursive (60)
- # datascript (3)
- # datomic (4)
- # emacs (33)
- # fulcro (19)
- # graalvm (38)
- # hoplon (4)
- # instaparse (1)
- # jobs (1)
- # leiningen (22)
- # off-topic (14)
- # pathom (2)
- # perun (4)
- # planck (5)
- # re-frame (10)
- # reagent (1)
- # reitit (11)
- # rum (11)
- # shadow-cljs (97)
- # tools-deps (82)
- # vim (53)
hey @ikitommi I'm seeing a failure deep in the spec coercion apparatus - the top line is
java.lang.IllegalArgumentException: No implementation of method: :specize* of protocol: #'clojure.spec.alpha/Specize found for class: nil
I will open a bug if nothing springs to mind - it's throwing close to the top of the spec-tools.parse
ns
how can i create a "catch all" route when using reitit.frontend.easy/start!
? it seems that no matter where i nest a ["*" {:name :not-found}]
it returns an exception regarding pattern conflicts.
i could use some case default in a view-route, but i was wondering if there's a way to handle it upstream
@joshkh guide and issue to improve here: https://github.com/metosin/reitit/issues/248
i've implemented the proposal in the issue, but on boot i get a quick flash of the catch-all route before the actual route is matched. am i missing something?
EVERYONE: if you are using reitit
0.3.0, please update to 0.3.5 asap. Will update all the known clients/templates. There was a really bad path-parameter bleeding bug found (and fixed) today. More info here: https://github.com/metosin/reitit/issues/277