Peter Strömberg

Results 102 issues of Peter Strömberg

With the latest update, our override of the clojure-lsp message boxes, to show messages with many buttons as quickpick menus, have stopped working. The **Lint as...** menu now looks like...

bug
regression
lsp

From: * https://github.com/BetterThanTomorrow/calva/issues/2073#issuecomment-1430083114 > I noticed a problem with this setting, as well as almost all Calva settings, when testing this PR. I tested in a workspace where I had...

ux
configuration

I have not seen this happen myself, but there are several reports in Slack about that evaluating an expression in a namespace sometimes results in a `no such var` error,...

evaluation
can't reproduce

When splicing something like ```clojure {[foo "ba|r"]} ``` The expected result is: ```clojure {[foo ba|r]} ``` Actual result is: ```clojure {foo ba|r} ```

I expect `paredit-wrapAround` to wrap the current expression if nothing is selected. Currently it wraps the next (forward) expression, and includes whatever of the current expression is forward from the...

I, for one, start to think about indentation first thing when formatting is mentioned. So therefore this thread on that issue. As the plethora of [zprint](/kkinnear/zprint) indentation options show us...

**Is your feature request related to a problem? Please describe.** `function-a` takes the same arguments as `function-b`. In fact, `function-a` calls `function-b`. Sometimes they also share docs. E.g. with [Polylith...

enhancement
good first issue

I converted this to ARC. (XCode also changed indentations and trimmed whitespace, but it's really just ARC conversion in this commit.)

Addressing: * #7 I've added a [Calva Custom Connect Sequence](https://calva.io/connect-sequences/) to streamline the starting of the REPL. And I then also added a Calva section in the README. Maybe it...

Reading the first essay with great interest. It's fantastic stuff! The first a bit complex math rendering looks like it fails. Dunno if this is the right place to report?...