This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-14
Channels
- # beginners (19)
- # boot (28)
- # cider (1)
- # cljs-dev (12)
- # cljsrn (1)
- # clojure (246)
- # clojure-belgium (4)
- # clojure-berlin (1)
- # clojure-france (4)
- # clojure-italy (7)
- # clojure-russia (11)
- # clojure-serbia (3)
- # clojure-spec (5)
- # clojurescript (106)
- # cursive (4)
- # datomic (7)
- # emacs (1)
- # jobs (6)
- # leiningen (3)
- # luminus (1)
- # lumo (11)
- # off-topic (1)
- # om (7)
- # onyx (1)
- # pedestal (6)
- # re-frame (16)
- # reagent (4)
- # rum (3)
- # spacemacs (1)
- # unrepl (1)
- # untangled (5)
- # vim (1)
@andre just plugged re-frisk 0.4.5 into a new app and I've noticed that neither handlers nor subs seem to be appearing in the db display. I'm sure they used to. Did something change? Or is my memory faulty?
i don't remember why i hide it by default, maybe it's better to return it back and show by default
also app-db
and app-db-sorted
from the looks of it app-db-sorted
is exactly what is sounds, you've sorted the keys, is it valuable to keep both?
also the filter & views sound like they are introducing something useful but from the readme i cannot work out what the views are doing, and the filter doesn't seem to be introduced. I've poked at the filter but without joy.
@andre urk... seem to have blown it up, Error rendering component (in re_frisk_shell.core.debugger_shell > re_frisk_shell.frisk.Root > re_frisk_shell.frisk.DataFrisk > re_frisk_shell.frisk.MapNode > re_frisk_shell.frisk.KeyValNode > re_frisk_shell.frisk.DataFrisk)
ah, okay, i know what happened. I accidentally used assoc
instead of assoc-in
and ended up with keys that were vectors.