This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-03-18
Channels
- # announcements (31)
- # asami (11)
- # aws (33)
- # babashka (30)
- # beginners (69)
- # calva (1)
- # chlorine-clover (10)
- # cider (3)
- # clj-kondo (24)
- # cljdoc (19)
- # cljs-dev (1)
- # cljsrn (2)
- # clojure (104)
- # clojure-australia (4)
- # clojure-dev (29)
- # clojure-europe (202)
- # clojure-germany (36)
- # clojure-nl (6)
- # clojure-poland (3)
- # clojure-serbia (6)
- # clojure-spec (18)
- # clojure-uk (32)
- # clojurescript (36)
- # conjure (1)
- # core-async (6)
- # datomic (15)
- # duct (1)
- # emacs (11)
- # fulcro (24)
- # graalvm (12)
- # jobs (3)
- # juxt (1)
- # kaocha (2)
- # keechma (4)
- # lsp (1)
- # malli (102)
- # meander (17)
- # off-topic (16)
- # pathom (8)
- # re-frame (12)
- # remote-jobs (7)
- # rewrite-clj (72)
- # shadow-cljs (27)
- # sql (26)
- # tools-deps (8)
- # vim (3)
- # xtdb (28)
- # yada (5)
I also have trouble getting the eval commands to work with cljs. I have the app running in the browser as you suggested, @mauricio.szabo. I do Chlorine: Connect Socket Repl
and I can then see popup to tell me that the socket connection has been made. Then I do Chlorine: Connect Embedded
and see the main namespace printed out twice in the repl tab. But when I then try Chlorine: Eveluate Block
I get an error message telling me that the repl is not connected.
I forgot to mention I’m using the shadow-cljs with the minimal web app example they have in their readme.
@bertofer I'm still not able to figure out why it's not working. VSCode changed something that broke autoscroll 😞
On Chlorine, it works but mostly because I know how the view is organized
@kiemdoder do you have a repository with this app? I'll try to debug this issue
If it's printing the main namespace, it should be working...
@kiemdoder never mind, just found out the example. It's indeed failing....
With experimental features turned on, it's working.
@bertofer, @kiemdoder, found a bug on the connection. It'll be fixed with this PR: https://github.com/mauricioszabo/repl-tooling/pull/109