This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-24
Channels
- # announcements (2)
- # babashka (31)
- # beginners (608)
- # cider (60)
- # clj-kondo (22)
- # cljsrn (28)
- # clojure (14)
- # clojure-europe (5)
- # clojure-nl (3)
- # clojure-spec (1)
- # clojure-uk (19)
- # clojurescript (38)
- # conjure (20)
- # cursive (9)
- # data-science (26)
- # datascript (4)
- # datomic (19)
- # duct (4)
- # emacs (8)
- # figwheel-main (5)
- # fulcro (7)
- # helix (15)
- # leiningen (12)
- # malli (2)
- # off-topic (20)
- # overtone (3)
- # pathom (14)
- # pedestal (10)
- # re-frame (2)
- # reitit (13)
- # ring (13)
- # shadow-cljs (18)
- # spacemacs (8)
@bhauman as long as I have the line:
// npmDeps["./assets/logo.png"]= require("./assets/logo.png");
Adding a line in index.js is really not a problem IMO for images; at least not a problem for me, since I don’t use many of them
Hello! I am configuring Calva for use with Krell. Since there are a few places where one could go wrong, I'd like to add a section on the tooling page on the Krell wiki, but it is not publicly editable. How do I go about it? 😃
Newbie Krell question. When I have both the Android Emulator and the iOS Simulator connected they seem to tale turns hot reloading code changes. Is there a way I can get both to hot reload all changes?
Also the REPL connects and disconnects every other second.
Connected to Krell REPL Server
krell_repl.js:413 Closed connection with {port: 5001, address: "192.168.1.205"}
krell_repl.js:428 Connected to Krell REPL Server
krell_repl.js:413 Closed connection with {port: 5001, address: "192.168.1.205"}
krell_repl.js:428 Connected to Krell REPL Server
krell_repl.js:413 Closed connection with {port: 5001, address: "192.168.1.205"}
krell_repl.js:428 Connected to Krell REPL Server
krell_repl.js:413 Closed connection with {port: 5001, address: "192.168.1.205"}
krell_repl.js:428 Connected to Krell REPL Server
krell_repl.js:413 Closed connection with {port: 5001, address: "192.168.1.205"}
krell_repl.js:428 Connected to Krell REPL Server
krell_repl.js:413 Closed connection with {port: 5001, address: "192.168.1.205"}
I don’t think David designed Krell REPL to support multiple clients
@bhauman fwiw getting Figwheel up to Krell's level wouldn't be particularly hard - the js/require
stuff is actually pretty straightforward