This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-02
Channels
- # announcements (2)
- # aws (7)
- # babashka (47)
- # beginners (54)
- # biff (6)
- # calva (14)
- # clojure-europe (7)
- # clojure-germany (2)
- # clojure-japan (4)
- # clojure-norway (5)
- # datalevin (1)
- # deps-new (13)
- # helix (5)
- # hoplon (1)
- # hyperfiddle (12)
- # introduce-yourself (6)
- # joyride (1)
- # malli (2)
- # off-topic (21)
- # polylith (11)
- # re-frame (3)
- # reitit (8)
- # remote-jobs (1)
- # scittle (25)
- # shadow-cljs (20)
- # vim (19)
- # xtdb (4)
Hey everyone, pretty new here 🙂 I’m trying to run the https://github.com/hyperfiddle/electric/blob/master/src-docs/user/demo_reagent_interop.cljc demo example locally, but i’m getting this error; any idea why?
Thanks for your help! Yes, i did, for some reason the link for this demo is commented, https://github.com/hyperfiddle/electric/blob/master/src-docs/user/demo_index.cljc (btw i think the react & react-dom deps are missing in the package.json)
You caught us refactoring repos, demos are being moved out of the library repo
if you wait a few days they will be here: https://github.com/hyperfiddle/electric-examples-app
I've added the Reagent demo here in a branch: https://github.com/hyperfiddle/electric-examples-app/tree/wip/more-demos, note the branch "wip/more-demos"
(I don't want to deploy the tutorials app right now while people are on it)
Sorry to need my hand held a bit.. Any hints on how to get the XTDB demo below to run?
https://github.com/hyperfiddle/electric-xtdb-starter
xtdb/entity in todo_list.cljc reports that xtdb.api is aliased but not loaded. Deps.edn does seem to include some XTDB already.
Terminal error reports:
Starting XTDB...
Execution error (AssertionError) at user/start-xtdb! (user.clj:11).
Assert failed: (= "true" (System/getenv "XTDB_ENABLE_BYTEUTILS_SHA1"))
the env var needs to be set, see readme