cider
cider copied to clipboard
The Clojure Interactive Development Environment that Rocks for Emacs
I am observing the same problem again as reported and solved in https://github.com/clojure-emacs/cider/issues/3503 The only differences will be in the versions involved. After initializing a cider clj & cljs repl...
On MacOS when in full-screen mode, mouse hover tooltips cause a switch to another desktop. The problem does not happen when I'm not in full screen mode. ## Expected behavior...
Hi, I am not sure if I am missing something or if there might be a bug. Probably the former. Anyway, I would like to ask for your help. I'm...
**Is your feature request related to a problem? Please describe.** I'm leaning clojure language now, and I like to learn clojure function's usage from https://clojuredocs.org, for example, when I put...
Hey, I've been trying to add custom printing to my user type in ClojureScript. Evaluating a value with custom print has weird behavior, when done inside CIDER + Shadow-CLJS. If...
Following the discussion in https://clojurians.slack.com/archives/C0617A8PQ/p1725002128419939 I think the best API for CIDER's trace would be to return data interactively via the inspector, rather than text which gets unwieldy **Describe the...
## Expected behavior Exceptions thrown from cider-eval pop up an error buffer when an exception is thrown. ## Actual behavior An error buffer is not popped up, and the following...
The lateset update to 0.56.0 broke some custom middleware I have been using (shown below) ``` (:require [cider.nrepl.middleware] [nrepl.middleware] [nrepl.server] [refactor-nrepl.middleware] [taoensso.telemere :as t]) (defn wrap-print-limit [handler] (fn [{:as msg...
## Expected behavior In a CLJ/CLJS project, connecting to a sibling CLJS REPL should not change the way that macro calls are indented. ## Actual behavior Connecting to a sibling...
## Expected behavior When I eval a ClojureScript expression that causes an exception, `*cider-error*` buffer is displayed with the exception data. ## Actual behavior The `*cider-error*` buffer contains only the...