This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-04-30
Channels
- # asami (10)
- # babashka (14)
- # beginners (71)
- # calva (56)
- # cider (8)
- # cljs-dev (3)
- # clojure (111)
- # clojure-australia (1)
- # clojure-europe (19)
- # clojure-nl (4)
- # clojure-uk (147)
- # clojurescript (4)
- # cursive (8)
- # datalog (1)
- # datomic (19)
- # emacs (4)
- # graalvm (32)
- # helix (14)
- # jackdaw (7)
- # jobs-discuss (10)
- # juxt (4)
- # lsp (3)
- # malli (47)
- # meander (6)
- # off-topic (29)
- # portal (6)
- # re-frame (1)
- # react (3)
- # reitit (24)
- # releases (1)
- # remote-jobs (4)
- # reveal (33)
- # rewrite-clj (3)
- # shadow-cljs (5)
- # sql (10)
- # tools-deps (4)
- # vim (7)
- # xtdb (151)
whenever I cider-connect-clj&cljs
I get
WARNING: CIDER 0.24.0 requires cider-nrepl 0.24.0, but you're currently using cider-nrepl 0.25.9. The version mismatch might b\
reak some functionality!
More information.WARNING: No Clojure project was detected. The
refactor-nrepl middleware was not enabled. (You can mute this
warning by customizing `cljr-suppress-no-project-warning'.)
I’m guessing I have to upgrade Cider in Emacs, right? While I’m doing this should I be also figuring out how to update cider-nrepl? I use shadow-cljs via create-cljs-app
and I’m now lost as to where I even set the cider-nrepl
version at this point.> I use shadow-cljs via create-cljs-app and I’m now lost as to where I even set the cider-nrepl version at this point.
I recall that shadow had some project file with deps in it, so it should be there. I don't do ClojureScript programming myself, but I'm sure that plenty people here can help with this question.
cider-nrepl will either be in shadow-cljs.edn
or deps.edn
. not sure what create-cljs-app
generates either 🙂
if its not in either of those you might have preconfigured in ~/.shadow-cljs/config.edn
Hi there I am triggering this command and there is a warning I cannot explain
clojure -A:reveal:dev -Sdeps '{:deps {nrepl/nrepl {:mvn/version "0.8.3"} cider/cider-nrepl {:mvn/version "0.26.0"}} :aliases {:cider/nrepl {:main-opts ["-m" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware,vlaaad.reveal.nrepl/middleware]"]}}}' -M:cider/nrepl
WARNING: CIDER requires cider-nrepl to be fully functional. Some features will not be available without it! (More information)
not urgent but I was just wonderingDoes GDK_SCALE=2
work on linux
as well? I see very minutes characters there 😄