This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-03-29
Channels
- # announcements (8)
- # babashka (41)
- # beginners (45)
- # calva (23)
- # cider (17)
- # cljdoc (2)
- # cljfx (9)
- # clojure (40)
- # clojure-bay-area (13)
- # clojure-czech (4)
- # clojure-europe (46)
- # clojure-germany (6)
- # clojure-nl (13)
- # clojure-serbia (3)
- # clojure-uk (9)
- # clojurescript (76)
- # conjure (7)
- # cursive (5)
- # data-science (6)
- # deps-new (7)
- # fulcro (41)
- # graalvm (2)
- # jobs (6)
- # lsp (10)
- # malli (1)
- # mid-cities-meetup (1)
- # off-topic (77)
- # polylith (40)
- # re-frame (18)
- # releases (1)
- # remote-jobs (9)
- # reveal (1)
- # rewrite-clj (1)
- # shadow-cljs (11)
- # tools-deps (3)
- # tree-sitter (3)
- # vim (8)
- # xtdb (45)
Might also be bad interaction between several packages. I'd this without clj-refactor.el
, although it has been mostly dormant for years now and I don't remember when was the last time something related to the jack-in deps changed there.
Here's a classic example from the other day - https://github.com/clojure-emacs/cider/issues/2995
> Very weird bug. It turns out that loading dircolors.el breaks cider. I solved the problem by removing it.
Thanks I'll try to debug this more, but since this happens so rarely it's hard to remove packages to check which is the culprit! 🙈
Is there a support for tap>
with cider? or something to navigate between cider-results over time?
I am using cider-connect-cljs. In the cider-repl react/xxx buffer, when I run (js/alert “foobar”) indeed there would be an alert popping up in the app.
However, emacs mode line shows cider not connected. and cider-sessions returns: No cljs REPLs in current session “react/rn-rf-shadow:localhost:53969”
The remote repl is run with: shadow watch :app . I guess I have to add some cider-nrepl stuff.
Say I imported with: (require ’[“react-native” :as rn]). Is it possible to jump to definition of rn/View ?
silly q, when you cider-connect
how much time does it take in your computer?
For me its something like 2s, it's acceptable but it makes me twitch. It sounds like a job that could be easily instantaneous
Might be specific to my emacs though
Haven't tried it in a while, but it should be almost instantaneous. There's a bit of a message exchange after the connect itself that might be causing this delay for you. You'll have to debug this.