Peter Strömberg
Peter Strömberg
If I enable Gorilla for a project I can no longer run `lein repl`. It seems to be a clash with the [Spacemacs Clojure layer](https://github.com/syl20bnr/spacemacs/tree/master/layers/%2Blang/clojure) which needs this in `~/.lein/profiles.clj`:...
Hi, I want something like: ```clojure (cond-> foo :foo (as-> $ bar)) ``` to be formatted as if the threaded param was in place: ```clojure (cond-> foo :foo (as-> $...
Hello, I know we have discussed this in various places before, and I think I have dropped the ball a bit. Don't even remember what was the last thing we...
Sometimes (maybe 10-15% of the times, hard to estimate) when I start a session, Clojure Warrior is not doing its work. No rainbow parens, no matching, no comment syntax highlight....
Fixes #86 Not at all sure you want this info here. :smile: If the info is appropriate, then maybe also inform about which port it starts listening to. (Something I...
Hello, I can't figure out how to build this in a way that I later can run it. This is my first Rust thing ever. I have installed `rustup` and...
Hello, In working with getting Figwheel Main Jack-in work in Calva, I was looking for an api to check if a repl of a build was started. But I couldn't...
Hello, I am researching my options for replacing the REPL Window in Calva. It has its own readline and formatting and paredit and stuff, but it is hard for me...
If I promote a clj session with this: ```clojure (do (require 'cljs.repl.node) (cider.piggieback/cljs-repl (cljs.repl.node/repl-env))) ``` And then `clone` that session, I get a ”dirty” session that won't allow me to...
I am trying to lower the thresholds of setting up a Clojurescript development environment with an extension to VS Code I call [Calva](https://marketplace.visualstudio.com/items?itemName=cospaia.clojure4vscode). I could write a first version of...