This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-19
Channels
- # ai (3)
- # aws (1)
- # beginners (94)
- # boot (26)
- # cider (3)
- # cljs-dev (99)
- # cljsrn (86)
- # clojure (263)
- # clojure-dusseldorf (4)
- # clojure-greece (22)
- # clojure-italy (2)
- # clojure-quebec (1)
- # clojure-russia (12)
- # clojure-spec (71)
- # clojure-uk (123)
- # clojurescript (92)
- # core-async (4)
- # cursive (13)
- # data-science (2)
- # datomic (123)
- # docker (2)
- # emacs (15)
- # events (1)
- # graphql (2)
- # hoplon (71)
- # jobs-discuss (7)
- # lumo (5)
- # off-topic (12)
- # om (6)
- # onyx (97)
- # other-languages (4)
- # overtone (2)
- # pedestal (1)
- # re-frame (20)
- # reagent (33)
- # remote-jobs (1)
- # ring-swagger (1)
- # rum (5)
- # slack-help (6)
- # uncomplicate (1)
- # unrepl (33)
- # untangled (48)
- # vim (23)
- # yada (21)
(just for the record, this was my workaround https://github.com/JonyEpsilon/gorilla-repl/pull/270 )
curious if it's possible to execute code in repl from breakpoint in cursive?
I feel like it is but I'm not seeing it 😅
I see that it's possible to evaluate an arbitrary expression in a popup window
Say, is there a way to have parinfer on, but have Cursive not reformat a file as soon as I open it? Getting a lot of extraneous whitespace diffs
When running tests, I'm not able to click the "Show Diff" Icon in the gutter, it just sets a breakpoint
Hrm, I think I know what's up. There are ~20 "Show diffs" on the same line and it can't decide which one.
I thought I had Cursive all nicely bootstrapped last night, but on a fresh project, I'm unable to launch the REPL. The only option available in any of the Module dropdowns is <unknown> (for nREPL in normal JVM process and clojure.main in nomal JVM). At the bottom of the run config menu there's an alert: "No modules containing clojure.main found"
A detail which may or may not be interesting: the "run nREPL with Leiningen" option is grayed out, and not selectable