Fork me on GitHub
#calva
<
2020-10-06
>
pez12:10:03

Twice today the clj-kondo java process has run amok on my machine. Something in the files I am working with today probably triggers it. Anyone else seen that happen?

borkdude12:10:37

Might be an issue with the clj-kondo extension or interaction with Calva. Not sure yet. Please install this debug plugin: and keep an issue on the clj-kondo output tab

borkdude12:10:42

and report issues to me

pez12:10:09

Thanks. Using the debugging build now. Let’s hope the java process runs amok again 😃

Jack Arrington15:10:08

Clj-kondo process has also been acting up for me. Works fine for a while, then starts eating a ton of CPU. I will try to install the debug plugin when I have time.

borkdude15:10:36

Might be a recent interaction with Calva. Source is still unknown, but please monitor the clj-kondo output panel. This is the latest.

👍 3
littleli15:10:41

I use calva, I jack-in normally, evaluation works great etc. But when I do something wrong and send a snippet that contains something wrong I get quite excessive ouput like this https://gist.github.com/littleli/369b66c1ea822da7f5e5b663484048de Is this expected? It's confusing 😞

pez16:10:35

@ales.najmann This is expected, and I completely agree. I think @brandon.ringe created an issue where we collected some ideas around how to do this better. Right now I can only find this one though: https://github.com/BetterThanTomorrow/calva/issues/756

bringe16:10:30

@ales.najmann @pez I found this one. Let's use this one and I'll close the other.

bringe16:10:47

This may be what I focus on next. Hopefully can in the next week or two.

littleli16:10:12

You're great guys 👏

❤️ 3
bringe16:10:34

Thanks for mentioning the issue. Helps to see more demand for some issue/improvement so we know what to focus on.

👍 3
Célio21:10:30

Hello folks. Does anyone have problems with the default key bindings under MacOS? In my case I use calva.loadFile a lot. It’s by default bound to ctrl+alt+c enter but nothing happens when I hit ctrl+alt+c. Any tips on how to get this key binding to work?

pez21:10:28

Hi @ccidral ! Not sure I follow. What's supposed to happen when you press the first sequence is that vscode shows a message in the status bar saying that it is waiting for the next key press. That's not happening? If so, see if something else binds ctrl+alt+c.

Célio21:10:48

Hi @pez that’s correct, I was expecting to see that message in the status bar, but when press ctrl+alt+c nothing happens (ie: no “waiting” message shows up in the status bar).

Célio21:10:08

I’m running a brand new MacOS Catalina installation. I checked the OS’s keyboard shortcuts but couldn’t find any conflicting shortcut.

pez22:10:31

If you search for the shortcut in vscode, does that turn up anything but Calva commands?

Célio22:10:26

No, I searched for ctrl+alt+c under Keyboard Shortcuts but it’s all Calva commands.