Peter Strömberg
Peter Strömberg
### Pitch Following a user when you know the name is very easy. You paste the name in the the search box and then click the **follow** icon in the...
I'm on a greenfield project where we've decided to use Polylith. It splits the project up in many sub-projects/components/etcetera, each with their own `deps.edn` files brought in in a hierarchical...
For downloading the content to the Getting Started REPLs, Calva uses the `dev` branch of https://github.com/BetterThanTomorrow/dram when Calva is run in debug mode. And from `published` when run in production....
Slightly related to #337 I'd like a command that allows for switching back and forth between the editor and the REPL window. Like so: * If I am editing a...
In a slack conversation some limitations of the new, more flexible, evaluate to cursor command were discussed. The solution is probably to give the user more control and flexibility with...
I had an untitled file (created with `cmd+n`) with some content. When I saved it, naming it according to its namespace, the content was wiped. ## Steps to reproduce: 1...
## What has Changed? Picking this up where #1381 left off. More description TBD. Fixes # ## My Calva PR Checklist I have: - [x] Read [How to Contribute](https://github.com/BetterThanTomorrow/calva/wiki/How-to-Contribute#before-sending-pull-requests). -...
The **Getting Started REPL** is currently not very helpful for someone who wants to play around some in a project. The Dram material is downloaded to a temp directory, which...
@riotrah is bringing something wonderful to Calva, **multi cursor support to Paredit!** The way this beta test will work is that Calva Team members will maintain a checklist of known...
Now that there is a [Portal Extension](https://marketplace.visualstudio.com/items?itemName=djblue.portal) for VS Code, Clojure programmers can get an integrated inspector. There are some steps you can take to get this going manually, but...