This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-29
Channels
- # announcements (1)
- # babashka (83)
- # beginners (67)
- # chlorine-clover (22)
- # cider (11)
- # circleci (6)
- # clj-kondo (12)
- # cljs-dev (137)
- # cljsrn (15)
- # clojure (124)
- # clojure-europe (40)
- # clojure-italy (1)
- # clojure-nl (3)
- # clojure-norway (1)
- # clojure-serbia (3)
- # clojure-spec (19)
- # clojure-uk (14)
- # clojuredesign-podcast (5)
- # clojurescript (80)
- # conjure (49)
- # core-async (62)
- # cursive (18)
- # datascript (1)
- # datomic (64)
- # docker (28)
- # emacs (20)
- # figwheel-main (249)
- # fulcro (95)
- # graalvm (2)
- # jobs-discuss (11)
- # joker (2)
- # juxt (4)
- # lambdaisland (9)
- # leiningen (1)
- # meander (14)
- # mount (6)
- # off-topic (16)
- # pathom (46)
- # re-frame (35)
- # reagent (6)
- # reitit (5)
- # shadow-cljs (28)
- # spacemacs (6)
- # sql (18)
- # tools-deps (26)
- # vim (8)
- # xtdb (23)
- # yada (1)
it seems lambdaisland.chui.remote
tries to connect to localhost:44220 but its failing to connect when i jack in to chui. Is there something i can run to make this connect successfully?
This is the connection to Funnel http://github.com/lambdaisland/funnel which is for kaocha-cljs2 (or other tools that want to remote control Chui), it shouldn't be needed if you're just using the Chui UI. How are you loading Chui? if you're using the instructions for shadow I wouldn't expect it to include that namespace @dpsutton
i'm just opening the project and using cider-jack-in
. Want to see how it works and possibly contribute. Haven't used it in a project yet unfortunately
that's very strange. There is nothing requirin that namespace. It shouldn't be loaded. You can exclude chui-remote from deps.edn.
lambdaisland/chui {:git/url ""
:sha "a164d8ba32f48a632a3f285f41a52f93d7bd024d"
:exclusions [lambdaisland/chui-remote]}
I wrote a first README for kaocha-cljs2, this is still pre-alpha but it's beginning to work https://github.com/lambdaisland/kaocha-cljs2