This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-06
Channels
- # adventofcode (10)
- # ai (2)
- # aleph (2)
- # announcements (21)
- # beginners (25)
- # calva (7)
- # cider (19)
- # clj-kondo (28)
- # clj-on-windows (3)
- # cljdoc (6)
- # clojure (80)
- # clojure-dev (15)
- # clojure-europe (29)
- # clojure-italy (3)
- # clojure-nl (37)
- # clojure-uk (4)
- # clojurescript (3)
- # cloverage (1)
- # conjure (6)
- # core-async (2)
- # cursive (17)
- # datalevin (9)
- # datomic (7)
- # deps-new (23)
- # emacs (4)
- # figwheel-main (6)
- # fulcro (6)
- # honeysql (19)
- # improve-getting-started (4)
- # inf-clojure (2)
- # introduce-yourself (5)
- # jobs (1)
- # leiningen (6)
- # lsp (73)
- # malli (1)
- # nrepl (2)
- # off-topic (37)
- # polylith (9)
- # quil (2)
- # reitit (16)
- # releases (2)
- # remote-jobs (6)
- # rewrite-clj (38)
- # shadow-cljs (1)
- # tools-build (1)
👋 I have a shadow repl connnected to my build in the browser in the bottom buffer, however in the top buffer where my source is, the minibar is reporting that nothing is connected. As a result, I'm not able to eval any forms from that buffer. Any ideas?
yeah, and the bottom repl evaluates expressions fine (i can do (js/alert "yo")
and it works without issue)
I can even load up the namespace in the repl, but i can't eval forms from the top buffer
Hi there, I am testing cider-upgrade-nrepl-connection
but I just see Starting nREPL's sideloader
in the message buffer...what is a nice smoke test to try?
(require 'cider.nrepl.middleware)
works and I did not include it in my deps.edn
nice!
Does the sideloader also loads refactor-nrepl
?
I don't know much about the sideloader (or should I say ciderloader? ) I believe @U07FP7QJ0 is the man
it seems to all work very well
(apart from the warning, that I am leaving on just to understand that I need to upgrade :D)
I've yet to document this properly on http://docs.cider.mx, but there's plenty of info about the sideloader on http://nrepl.org.
which I still need to update based on some input from Bozhidar 🙈 thanks for the reminder
Note that (as I write) I'm not convinced the sideloader is that interesting/useful, but dynamically adding middleware is a game changer.
FWIW we have also another use case, we would like to load portal
when we side load cider-nrepl
...it is very nice to have both in dev mode 😄
Right, but same thing applies. Multiple ways to get that onto the classpath, of which the sideloader is IMO the most inferior.
Yeah I remember you mentioned that in the blog post, thanks for working on this stuff by the way!
Does the sideloader also loads refactor-nrepl
?