Fork me on GitHub
#calva
<
2020-02-05
>
mkarp15:02:18

@pez Peter, I’m using Calva for several weeks and I love how well integrated it is with shadow-cljs. Thank you for all the hard work!

pez15:02:43

Yay! That is wonderful to hear!

mkarp15:02:13

I have a question about “Run custom REPL Command”. Is it possible to run a REPL command in the current namespace? If I leave ns parameter empty, it seems to jump to the user namespace

mkarp15:02:54

I’d like to have a shortcut to send (cljs.test/run-tests) within the current namespace

pez15:02:36

No, but that is an excellent suggestion. I think it makes sense to have that behaviour for when you do not enter a namespace, since you can always specify user. Please file as a feature request on the repo.

mkarp15:02:36

Will do, thanks!

grounded_sage21:02:42

I haven’t had any issues for a while. I started monitoring the processes with top. There is CPU spikes on jack in and namespace loading. And I wait for spikes to come down before performing the next operation.

grounded_sage21:02:27

It’s likely that there was some runaway CPU work happening as I would eagerly perform operations such as namespace loading and sending code the the repl as soon as it returns (the CPU still under heavy load at this point). Then it would lock up/spin out of control and never come down.

otwieracz23:02:51

Should code completion work in (shadow-)cljs in Calve without any hassle? I've got some problems with suggesting symbols ouside of current namespace.

otwieracz23:02:12

Where there are multiple mutations (and one regular defn) defined.

otwieracz23:02:01

Or is there some "quirk"?

otwieracz23:02:48

Seems like in cljs I've got only "textual" completion working.

otwieracz23:02:26

ClojureScript

otwieracz23:02:41

So there's nothing else than basic text completion.