Brandon Ringe

Results 47 issues of Brandon Ringe

Mentioned in this thread: https://github.com/BetterThanTomorrow/calva/issues/2068#issuecomment-1427150460

## What has changed? A new webview for REPL output is added. It will be a new output location in settings. This is still in the exploratory phase (sort of)....

The idea behind this output location is for it to be a read-only webview. The initial release will likely not come with any additional mechanism for input beyond using `comment`...

ux
output

Fixing this issue may fix https://github.com/BetterThanTomorrow/calva/issues/2354, it may also fix https://github.com/BetterThanTomorrow/calva/issues/2269, but I haven't looked into that.

bug
lsp

Every time Calva starts, I see the below error in the debug console. I've been seeing it for a while. ``` LSP request "clojure/serverInfo/raw: failed Error: Internal error ```

bug
lsp

It doesn't work for me on MacOS. I think it hasn't worked in a while for me. It seems it should work even if the log path is set dynamically...

bug
lsp

https://app.circleci.com/pipelines/github/BetterThanTomorrow/calva/6628/workflows/5b7dca1e-3031-4b43-b927-9fd15f1f1ff3/jobs/32667?invite=true#step-103-778 Making this issue to track for later.

scanner

From @ericdallo: https://clojurians.slack.com/archives/CBE668G4R/p1682006539680229?thread_ts=1681999380.506619&cid=CBE668G4R > I think internal errors from feature X in clojure-lsp should not show popups to user, it's a feature that shows only when user opens the tree...

lsp

Mentioned in the Calva channel here: https://clojurians.slack.com/archives/CBE668G4R/p1682118654199809 If I have the following tests defined and I run the "Run current test..." command with my cursor on `a-test`, all three tests...

bug
test-runner

### Case 1 ```clojure #_hello (:hello world)| ``` _Drag sexp backwards_ ```clojure #_(:hello world) hello ``` The same seems to happen in reverse with the above case (using drag sexp...

paredit