This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-05-12
Channels
- # admin-announcements (1)
- # aleph (1)
- # arachne (10)
- # beginners (6)
- # boot (81)
- # braveandtrue (3)
- # cider (42)
- # cljs-dev (1)
- # cljs-edn (52)
- # cljsjs (9)
- # cljsrn (9)
- # clojure (62)
- # clojure-austin (1)
- # clojure-belgium (11)
- # clojure-berlin (2)
- # clojure-gamedev (2)
- # clojure-greece (1)
- # clojure-russia (73)
- # clojure-uk (98)
- # clojurescript (156)
- # community-development (4)
- # component (3)
- # cursive (30)
- # datascript (10)
- # datomic (17)
- # emacs (5)
- # events (1)
- # hoplon (315)
- # jobs (1)
- # jobs-discuss (3)
- # lein-figwheel (6)
- # luminus (18)
- # off-topic (13)
- # om (130)
- # other-languages (122)
- # re-frame (32)
- # reagent (27)
- # rethinkdb (6)
- # ring (2)
- # ring-swagger (31)
- # spacemacs (4)
- # untangled (6)
- # yada (30)
Is there a way I can make the CIDER "eval form" result overlay persist rather than disappearing when I do anything? A common pattern in my code is that I'll have macros generating several defs. I'd like to be able to eval every form in the file and have the overlay display the result of each macro which is the vector of vars created by that macro.
@arrdem yes. You can configure the duration of the overlay. Set it to nil and it stays around indefinitely.
@arrdem could you file a quick issue about the screenshots? Just so we don't forget
is there a way to have multiple repls open and to toggle between them as the target for code evaluation?
@brian_mingus: it’s been a couple months since I’ve used it, but cider-rotate-default-connection
will rotate through (and display) the active connection
@bozhidar and @malabarba (among others I’m sure): thanks guys for all your hard work on Cider. It’s a treat to use
for more info on managing repl connections, though: https://cider.readthedocs.io/en/latest/managing_connections/