This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-03
Channels
- # announcements (55)
- # babashka (14)
- # beginners (49)
- # biff (9)
- # calva (73)
- # cider (14)
- # clerk (8)
- # clj-kondo (6)
- # clojure (92)
- # clojure-dev (4)
- # clojure-europe (18)
- # clojure-norway (62)
- # clojure-uk (5)
- # clojuredesign-podcast (4)
- # clojurescript (34)
- # cursive (40)
- # data-science (4)
- # datomic (5)
- # dev-tooling (1)
- # eastwood (6)
- # emacs (107)
- # figwheel-main (9)
- # fulcro (13)
- # gratitude (9)
- # hyperfiddle (5)
- # introduce-yourself (2)
- # off-topic (45)
- # overtone (23)
- # portal (5)
- # releases (3)
- # shadow-cljs (6)
- # specter (1)
- # squint (32)
- # timbre (4)
- # vscode (2)
Hi, I've been having an issue with figwheel-main (with CIDER in emacs) where it switches back to the cljs.user
namespace any time I evaluate a form:
I fixed that symptom about 1mo ago - could you check you are using a recent-enough cider?
Hmmm, good suggestion. Glad to know I'm not the only one seeing this. I've installed CIDER through use-package
and straight
, which is a bit of a new setup for me and I wasn't familiar with how to update packages. I'm doing that now...
That you use straight is good news because it probably means you can pin the package to the v.1.10.0
tag, for instance, which is our latest stable release :)
👍 1