Peter Strömberg

Results 545 comments of Peter Strömberg

Awesome. Thanks a ton for adding this to Calva, @timothypratley ! ❤️ I think the error you see is also in the released version of Calva. Do you have a...

I mistakingly made `projectRootPath` mandatory in the previous release of Calva. It will probably stay that way, but I should fix the error message at least...

We do the current check on the output, so we can do that for max distance too.

I don't know how adding file reading and parsing would be better than having the strings passed from the command line? That said, I agree that it would be good...

Thanks for sharing! We should consider bumping the version and providing an option to add those jvm opts to the environment. You can set the `calva.jackInDependencyVersions` setting in `.vscode/settings.json` in...

I now checked the [rewrite-clj issue tracker](https://github.com/clj-commons/rewrite-clj/issues) and couldn't find anything about this. But the issue search engine isn't exactly stellar, so I may just have missed it.

Hmmm... It is not this simple. This works fine: ```clojure #_{zprint/zprint {:mvn/version "1.2.9"}} (require '[zprint.core :as zp]) (zp/czprint-str "^[Long] a" 40 {:parse-string-all? true}) ;;=> "^[Long] a" (zp/czprint-str "^Long/1 a" 40...

Hello again. I'm sorry for this getting messy. I now think I know why the above test didn't reproduce the problem. Right before that, I had tried this: ```clojure #_{rewrite-clj/rewrite-clj...

Hi! Thanks for the detailed report. I think the suggestion makes sense. When I first created the inspector I wasn't too familiar with its API, but now I do think...

Right. Let's see if I get at it before those holidays. 😄 Please don't hesitate to holler my way when you have some time for hacking on Calva. I'm easiest...