-
Extend guides section by having a documentation on how to deploy your system
- locally
- to a Spark Cluster
- to YARN
- to MESOS (sorry, no experience with that, this will be left out in the first ver…
-
Hello!
It would be useful to add a few words about the vision for Clover and how it relates to Calva. Does it intend to replace Calva? Only a part of Calva? Or integrate with Calva, providing an al…
-
I am getting 1 error running tests near the middle of lesson 27, a NullPointerException saying the "app" is null.
It's referring to the app defined in the let binding of `test-endpoint`
```clojure…
-
Hi! Great you show the example, trying to go though it and find it hard to reason how does it work. I mean what is exactly copied and where. I'm trying with this minimal example which throws `divide b…
-
Hi,
Just wanted to confirm if we can configure the clj/cljs dropdown in cursive repl to use custom port when cljs is selected?
![image](https://github.com/cursive-ide/cursive/assets/38094922/cfc…
-
`project.clj`:
```clojure
(defproject try-lein-tools-deps "0.1.0-SNAPSHOT"
:plugins [[lein-tools-deps "0.3.0-SNAPSHOT"]]
:tools/deps [:system :home :project])
```
`deps.edn` (malformed):…
-
An (optional) autosave would be nice before the "Refresh namespaces" and the "Clear and refresh namespaces" commands.
moxaj updated
8 years ago
-
So that it's clear what's available in which.
I use CIDER, but (aside from clj-refactor) I am hard-pressed to find something CIDER does that I actually use that inf-clojure does not do.
-
My connection to the REPL in VSCode Calva drops when launching a synth or an instrument. Nothing is reported _output.calva-repl_,
All other interactions with REPL seem ok.
This hang only appears…
triss updated
2 years ago
-
When I try to evaluate the last form in a file by executing "Run form before Cursor in REPL", I often but not always get "Cannot find surrounding form", even though the file is syntactically correct a…