This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-16
Channels
- # announcements (2)
- # architecture (3)
- # beginners (72)
- # cider (15)
- # cljs-dev (27)
- # clojure (85)
- # clojure-berlin (3)
- # clojure-dev (4)
- # clojure-europe (7)
- # clojure-italy (7)
- # clojure-nl (6)
- # clojure-uk (17)
- # clojurescript (63)
- # clojutre (10)
- # core-async (10)
- # cursive (10)
- # datomic (34)
- # events (4)
- # fulcro (3)
- # funcool (8)
- # incanter (1)
- # jackdaw (1)
- # jobs-discuss (6)
- # joker (4)
- # kaocha (7)
- # leiningen (8)
- # nrepl (6)
- # off-topic (11)
- # reagent (8)
- # shadow-cljs (119)
- # spacemacs (11)
- # sql (11)
- # vim (30)
- # yada (2)
Just from Lands End o John O’Groats. I got the bus back to Inverness as 1,000 mile was more than enough for me
Morning
måning
replied to a thread:Morning from Inverness...
Did you bike all the way there?
Exploring crux a little bit. Anyone seen this error while trying to run the minimal example from the readme?
ob.user=> (start)
java.lang.Exception: namespace 'crux.query' not found
clojure.lang.Compiler$CompilerException: java.lang.Exception: namespace 'crux.query' not found, compiling:(crux/bootstrap.clj:1:1)
clojure.lang.ExceptionInfo: error while starting state #'ob.store/node
(require '[crux.api :as crux])
(import '[crux.api ICruxAPI])
(def my-node
(crux/start-standalone-node
{:kv-backend "crux.kv.memdb.MemKv" ; see docs for LMDB/RocksDB storage options
:event-log-dir "data/event-log-dir-1"
:db-dir "data/db-dir-1"}))
https://github.com/juxt/crux <-- README