Fork me on GitHub
#cider
<
2021-02-05
>
rickmoynihan11:02:57

One small issue I’ve been having with cider is that it seems to take a long time to display the *cider-error* buffer after an exception is raised… any ideas about what might be causing it?

rickmoynihan12:02:52

oh just seen this is mentioned above

rickmoynihan14:02:27

I appear to have the same symptom, but not this issue. It was closed ages ago, and it looks like the cider stuff is now asynchronous to that, which means running the profiler as suggested doesn’t instrument it.

jumar19:02:27

I had similar issues and it was also annoying to see get the popup so I disabled it and I only open it manually when needed

twashing13:02:06

I can’t get cider-connect-clj to connect to nrepl.server/start-server. Details are in this SO question. Anything that I’m missing? https://stackoverflow.com/questions/66057626/cider-connect-clj-cannot-connect-to-nrepl-server-start-server

benny19:02:38

Is there a function that takes a string, inserts the string in the repl and evals it? I only found cider-interactive-eval which does the latter part so far

dpsutton19:02:04

cider-insert-in-repl is a Lisp closure in ‘cider-mode.el’.

(cider-insert-in-repl FORM EVAL)

Insert FORM in the REPL buffer and switch to it.
If EVAL is non-nil the form will also be evaluated.  Use
‘cider-invert-insert-eval-p’ to invert this behavior.

dpsutton19:02:35

not sure if its in this function but there's a switch to repl option that i always disable as well