This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-04-22
Channels
- # adventofcode (12)
- # announcements (17)
- # babashka (46)
- # beginners (105)
- # calva (7)
- # chlorine-clover (7)
- # cider (9)
- # clj-kondo (41)
- # cljsrn (16)
- # clojure (67)
- # clojure-australia (1)
- # clojure-europe (24)
- # clojure-france (6)
- # clojure-germany (10)
- # clojure-italy (1)
- # clojure-losangeles (3)
- # clojure-nl (4)
- # clojure-uk (11)
- # clojurescript (8)
- # cursive (8)
- # data-oriented-programming (1)
- # data-science (1)
- # datomic (11)
- # defnpodcast (4)
- # events (1)
- # fulcro (34)
- # graalvm (6)
- # helix (3)
- # jackdaw (19)
- # jobs-discuss (1)
- # leiningen (9)
- # luminus (2)
- # malli (15)
- # mathematics (2)
- # meander (5)
- # mental-health (1)
- # off-topic (4)
- # pathom (23)
- # podcasts-discuss (1)
- # polylith (4)
- # quil (3)
- # re-frame (81)
- # react (1)
- # reagent (19)
- # reitit (4)
- # releases (1)
- # reveal (11)
- # shadow-cljs (54)
- # specter (14)
- # tools-deps (16)
- # vscode (2)
- # xtdb (3)
Hi, I'm playing with the Crux Console. here is a query that results in an exception which brings down the browser app: http://localhost:3000/_crux/query?query-edn=%7B%3Afind+%5B(pull+%3Fe+%5B%5D)%5D%2C+%3Awhere+%5B%5B%3Fe+%3Acrux.db%2Fid%5D%5D%7D
(crux/status crux-node)
=>
{:crux.version/version "21.04-1.16.0-beta",
:crux.version/revision nil,
:crux.kv/kv-store "crux.rocksdb.RocksKv",
:crux.kv/estimate-num-keys 2841,
:crux.kv/size 19212580,
:crux.index/index-version 17,
:crux.doc-log/consumer-state nil,
:crux.tx-log/consumer-state nil}
🙏 5
Hey again, thanks for this. It's not completely surprising...we were building the UI slightly before developing pull
(then called eql/project
) and didn't circle back to ensure the two played together nicely. We actually already have this issue for it https://github.com/juxt/crux/issues/1005 I'll add a comment with your query 🙂