Fork me on GitHub
#calva
<
2019-11-21
>
Joni06:11:33

Yea thanks. Looks like what I was looking for isn't exactly possible, but I guess I should give it a shot

pez06:11:29

Please do. And if you know how your workflow could be better supported, please file issue. 😍

pez08:11:45

Dear Calva friends: I have been cooking on a change to how Paredit is implemented in the editor. It is starting to get finished and I need help to test things. • Here’s the latest VSIX for the branch: https://2461-125431277-gh.circle-artifacts.com/0/tmp/artifacts/calva-2.0.62-wip-editor-using-our-paredit-50bc7dba.vsix • Here’s the PR where you can read a bit more about the change: https://github.com/BetterThanTomorrow/calva/pull/475 • Here’s an updated list of Paredit commands and their keyboard shortcuts: https://github.com/BetterThanTomorrow/calva/blob/wip/editor-using-our-paredit/src/paredit/README.md • Paredit now behaves much better, I would say. And it adds Raise Sexp, some more navigation commands and also a better Strict mode. @slipset might appreciate. 😃

🎉 4
grounded_sage13:11:25

Is the story with shadow-cljs better since I was last here?

grounded_sage13:11:34

Seems to still have trouble loading a namespace

grounded_sage13:11:24

After jack in. Load current namespace in the REPL window results in

Evaluating file: projects.cljs
No application has connected to the REPL server. Make sure your JS environment has loaded your compiled ClojureScript code.

No results from file evaluation. 

borkdude15:11:16

Does anyone want to help testing a Windows native version of clj-kondo? https://clojureverse.org/t/help-wanted-testing-the-clj-kondo-exe-binary-for-windows/5112

pez18:11:28

@grounded_sage have you started your app?

grounded_sage18:11:30

Ah. When you asked me that I remembered it needs to connect to the browser. Often times I am going from a terminal started one to the jack-in. I often get into a weird state where I lose the repl, or need to restart and I'm not 100% sure what what state I am in inside Calva.

pez18:11:25

Sounds wrong to have both a terminal started thing and a jack-in. Use only the latter, is my recommend.