This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-25
Channels
- # announcements (9)
- # babashka (38)
- # beginners (41)
- # biff (1)
- # clojure (19)
- # clojure-europe (7)
- # clojure-uk (2)
- # clojurescript (3)
- # code-reviews (30)
- # conjure (4)
- # cursive (8)
- # datomic (32)
- # docker (2)
- # emacs (7)
- # etaoin (2)
- # fulcro (37)
- # graphql (2)
- # jobs (1)
- # jobs-discuss (8)
- # leiningen (10)
- # lsp (36)
- # meander (4)
- # missionary (4)
- # nbb (12)
- # off-topic (1)
- # other-languages (10)
- # pathom (11)
- # re-frame (5)
- # reitit (4)
- # remote-jobs (3)
- # shadow-cljs (13)
- # sql (1)
- # tools-build (4)
- # tools-deps (31)
- # xtdb (2)
I’m running into a weird issue where the app-db
inspector in re-frame-10x
prints the app db in one line. It makes the expanded values pretty tricky to read when there’s a lot of data in the DB. Anyone know why this might be happening?
It ended up being that there weren’t enough records in the db to cause a wrap on the display, but the record in the DB was big enough that it was troublesome to read. As I added more records it wrapped better.
Maybe playing with some of these settings will make things even better: https://github.com/binaryage/cljs-devtools/blob/master/src/lib/devtools/defaults.cljs