Peter Strömberg

Results 622 comments of Peter Strömberg

Thanks for reporting! Very strange issue so far. Let's hope we can unstrange it!

I can repro with this. Thanks! 🙏 Also. From this hung condition, `alt+backspace` works, and it also unhangs things, for some reason. So a way to get yourself a working...

Thanks for reporting. There are some conflicting constraints in play here. 1. We want consistency across commands, so moving or selecting a sexpression forward should move past or select forward...

Thanks. We could include that option by default I think. Probably best to inject it in the various command lines. So that you get a proper command line copied if...

@alexander-yakushev, How does CIDER handle this? I think you have once told me, but I have forgotten. 😄

Thanks! When `cider-enable-nrepl-jvmti-agent` is enabled, do you inject the allowAttachSelf option in the jack-in command line, or do you set it in the jack-in enviroment?

Cool. I'm thinking it could be done by executing the command in an environment with JAVA_TOOL_OPTIONS set to allow the attachments. Calva has a jackInEnv setting where it could fit....

> Added :align-map-columns? option (#371) Sweet!

Isn't this that Calva is using 0.12.0 of cljfmt and the parsing of the config croaks, throwing cljfmt into using default indentation for everything? Please try with **v2.0.490** of Calva,...

I can't reproduce. I tried this: ```clojure {:remove-surrounding-whitespace? true :remove-trailing-whitespace? true :remove-consecutive-blank-lines? true :insert-missing-whitespace? true :indents {#re ".*" [[:inner 0]]} :extra-indents {/ [[:default 1]]} :test {:fooa (fooa 1 2 {:a...