This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-17
Channels
- # 100-days-of-code (5)
- # announcements (13)
- # beginners (98)
- # boot (19)
- # cider (10)
- # cljdoc (32)
- # clojure (142)
- # clojure-dev (37)
- # clojure-italy (3)
- # clojure-nl (2)
- # clojure-spec (30)
- # clojure-uk (18)
- # clojurescript (28)
- # cursive (8)
- # datomic (25)
- # duct (18)
- # editors (5)
- # emacs (39)
- # events (4)
- # figwheel (7)
- # figwheel-main (5)
- # fulcro (38)
- # graphql (19)
- # jobs-discuss (1)
- # jobs-rus (7)
- # keechma (1)
- # lumo (47)
- # off-topic (28)
- # om-next (3)
- # parinfer (3)
- # re-frame (18)
- # reagent (37)
- # reitit (8)
- # shadow-cljs (101)
- # specter (7)
- # tools-deps (8)
- # vim (1)
lein figwheel
updates my page perfectly, but when I ran a repl in spacemaces and did
(use 'figwheel-sidecar.repl-api)
(start-figwheel!)
(cljs-repl)
Emacs evals work great, but when I save I see the clojure icon appear in my browser but nothing updates unless I do a shft-refresh... Same behavior in incognito mode. What the heck I am doing wrong?.log has
[0mCompiling "resources/public/js/compiled/app.js" from ["src/cljs"]...[0m
[32mSuccessfully compiled "resources/public/js/compiled/app.js" in 1.526 seconds.[0m
notifying browser that file changed: resources/public/js/compiled/out/cljs_deps.js
notifying browser that file changed: out/track_work/views.js
Is there a way to make the browser reconnect the cljs-repl connection after it has failed or went stale for a long time, from the dev console? I couldn’t find information on this from googling
I have poked around the figwheel.client
object in the console but it doesn’t seem to provide a method to reconnect
hmm, maybe it’s figwheel.client.ensure_cljs_user()
hello! Could anyone point me at / tell me how to connect to the cljs-repl from the clj rpel started by figwheel.main? I’m connecting to the clj repl using Cursive, but have no idea how to connect to the cljs-repl from there.