This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-21
Channels
- # admin-announcements (1)
- # announcements (6)
- # babashka (8)
- # beginners (134)
- # calva (18)
- # chlorine-clover (1)
- # cider (6)
- # circleci (6)
- # clj-commons (111)
- # cljsrn (13)
- # clojure (95)
- # clojure-australia (2)
- # clojure-europe (15)
- # clojure-nl (1)
- # clojure-spec (52)
- # clojure-uk (17)
- # clojurescript (4)
- # datavis (9)
- # datomic (8)
- # docker (2)
- # emacs (15)
- # events (7)
- # fulcro (6)
- # graphql (1)
- # gratitude (1)
- # introduce-yourself (2)
- # kaocha (8)
- # meander (87)
- # minecraft (2)
- # music (2)
- # off-topic (20)
- # portal (119)
- # releases (1)
- # reveal (55)
- # shadow-cljs (34)
- # sql (36)
- # tools-deps (9)
- # vim (8)
- # xtdb (39)
something I brewed up to help with all the nrepl/cider work I've been doing lately https://github.com/lambdaisland/nrepl-proxy

pretty basic but I've wanted something like this for a long time. Eventually I think this may get a proper UI but for now this is a good starting point, just customize to get the output you care about.
can confirm that something like that is immensely useful to make sense of nrepl. I have something similar to this in shadow-cljs. just never made a lib out of it 😛 https://github.com/thheller/shadow-cljs/blob/master/src/main/shadow/nrepl_debug.clj
:aliases {
:dev {:extra-deps {org.clojure/test.check {:mvn/version "0.9.0"}}}}
if I put sth like this in my deps.edn how do I start cider with dev
?I put something like this in a file called .dir-locals.el
inside the project directory I'm working with
((clojure-mode . ((cider-clojure-cli-global-options . "-A:dev:another-alias"))))