This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-21
Channels
- # aleph (2)
- # announcements (2)
- # babashka (10)
- # beginners (117)
- # calva (11)
- # cider (19)
- # clj-kondo (27)
- # cljs-dev (24)
- # cljsjs (1)
- # clojure (73)
- # clojure-europe (3)
- # clojure-italy (2)
- # clojure-nl (47)
- # clojure-spec (23)
- # clojure-uk (28)
- # clojurescript (71)
- # cursive (7)
- # data-science (17)
- # datascript (1)
- # datomic (7)
- # duct (23)
- # emacs (23)
- # fulcro (6)
- # graalvm (41)
- # jobs (2)
- # luminus (1)
- # malli (1)
- # off-topic (151)
- # pathom (1)
- # portkey (10)
- # re-frame (12)
- # reitit (17)
- # shadow-cljs (158)
- # spacemacs (14)
- # sql (8)
- # tools-deps (17)
- # xtdb (9)
Yea thanks. Looks like what I was looking for isn't exactly possible, but I guess I should give it a shot
Please do. And if you know how your workflow could be better supported, please file issue. 😍
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. 😃
Is the story with shadow-cljs better since I was last here?
Seems to still have trouble loading a namespace
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.
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
@grounded_sage have you started your app?
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.