This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-10-31
Channels
- # architecture (1)
- # asami (25)
- # babashka (1)
- # beginners (1)
- # calva (23)
- # clj-kondo (54)
- # cljfx (23)
- # cljsrn (9)
- # clojure (72)
- # clojure-europe (2)
- # clojure-spec (16)
- # clojure-uk (4)
- # clojurescript (10)
- # code-reviews (1)
- # cursive (2)
- # datomic (1)
- # events (2)
- # exercism (2)
- # fulcro (6)
- # graalvm (1)
- # malli (1)
- # membrane (1)
- # off-topic (31)
- # pathom (3)
- # reagent (6)
- # reitit (2)
- # releases (1)
- # shadow-cljs (1)
- # vim (6)
- # vrac (25)
- # xtdb (4)
Hi, does anyone here have experience with cider and krell?
Well, I suppose it’s more of a Cider question. I followed this guide:
https://increasinglyfunctional.com/2020/05/07/clojurescript-react-native-krell-emacs.html
But I missed the first part and followed the second set of instructions. But that has now broken my Cider (even after rebuilding a project). If I use the normal krell command in the command line: clj -m krell.main -co build.edn -c -r
Things work fine. But if I jack-in I get the following:
error in process sentinel: Could not start nREPL server: DEPRECATED: Libs must be qualified, change compliment => compliment/compliment
DEPRECATED: Libs must be qualified, change nrepl => nrepl/nrepl
DEPRECATED: Libs must be qualified, change refactor-nrepl => refactor-nrepl/refactor-nrepl
DEPRECATED: Libs must be qualified, change reagent => reagent/reagent (deps.edn)
DEPRECATED: Libs must be qualified, change reagent => reagent/reagent (/Users/aleks/.gitlibs/libs/io.vouch/reagent-react-native/54bf52788ab051920ed7641f386177374419e847/deps.edn)
Error building classpath. Unable to compare versions for org.clojure/clojurescript: {:mvn/version "1.8.51", :deps/manifest :mvn} and {:git/url "", :sha "b79007367818f0d1567646f28f09e2de3450a99e", :deps/manifest :deps, :deps/root "/Users/aleks/.gitlibs/libs/org.clojure/clojurescript/b79007367818f0d1567646f28f09e2de3450a99e"}
any clues?@U01DH13SK8E That sounds more like an unrelated thing where what you were updating in the course of setting up your environment got out of sync. That ClojureScript version (`1.8.51`) is really out of date, do you have a very old dep in your deps somewhere?
Since it’s specifically when you jack in, maybe your Cider is old.
Hi Josh. Manually setting it in deps did the trick. But knowing that I have an old one installed somewhere (maybe through Cider) is definitely helpful. Thank you for that!
Hello there! Does anybody know if its possible to use re-frame-10x with react native? I didn't find a way to make it work or other alternatives that help me to debug the app db on react native. I checked refrisk, but couldn't make it work with reframe. It only shows not connected
when I start it.