This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-05
Channels
- # announcements (7)
- # babashka (20)
- # beginners (130)
- # bristol-clojurians (1)
- # cider (14)
- # clj-kondo (7)
- # cljdoc (14)
- # cljs-dev (15)
- # cljsrn (16)
- # clojars (11)
- # clojure (190)
- # clojure-dev (4)
- # clojure-europe (7)
- # clojure-italy (9)
- # clojure-nl (3)
- # clojure-romania (6)
- # clojure-uk (51)
- # clojurescript (44)
- # component (4)
- # conjure (28)
- # cursive (1)
- # data-science (4)
- # datascript (1)
- # datomic (30)
- # duct (4)
- # emacs (1)
- # figwheel (4)
- # fulcro (56)
- # graalvm (4)
- # helix (51)
- # jackdaw (2)
- # jobs-discuss (12)
- # joker (4)
- # lambdaisland (1)
- # local-first-clojure (1)
- # meander (73)
- # mid-cities-meetup (2)
- # nrepl (4)
- # off-topic (43)
- # pathom (56)
- # re-frame (37)
- # reagent (26)
- # shadow-cljs (161)
- # slack-help (9)
- # spacemacs (1)
- # tools-deps (18)
- # xtdb (18)
Hello everyone 👋 I’m going through krell tutorial and wonder if those deps are accurate? Why do we need to use SHAs for deps? https://github.com/vouch-opensource/krell/wiki/Reagent-Tutorial#setting-up-clojurescript
neither ClojureScript nor Clojure use semantic versioning in the traditional sense - most of the time there's not going to be meaningful difference between a SHA and a "release"
Yeah, I’ve tried to connect to running krell REPL via cider-connect-cljs
but the repl crashed. I’ll send exact exception later if you interested
@kristoft.1329 I'm assuming you wrapped in Piggieback - if not you're missing a bunch of steps
Hey Everyone! I’m new to ClojureScript, ReactNative & Krell. I followed the tutorial (a couple of times) but can’t seem to get live reloading working. Whenever I make a change to my only source file (even before it’s saved in emacs), I get an exception in the iOS simulator (Error: No protocol method ISwap.-swap! defined for cljs.core/Atom: [Object object] from KrellRoot at renderApplication.js:45). After saving, the simulator exception goes away and I’m left with an empty view tree (confirmed in react devtools). The only fix I have been able to find is to re-run the krell dev build (clj -m krell.main -co build.edn -c -r -Srepro). What am I missing?