This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-03-22
Channels
- # announcements (2)
- # babashka (18)
- # beginners (87)
- # calva (22)
- # chlorine-clover (5)
- # cider (11)
- # clj-kondo (10)
- # clojure (71)
- # clojure-austin (1)
- # clojure-norway (6)
- # clojure-uk (13)
- # clojurescript (3)
- # core-async (10)
- # data-science (17)
- # datascript (1)
- # datomic (22)
- # emacs (10)
- # fulcro (32)
- # hoplon (8)
- # jobs-discuss (2)
- # malli (5)
- # meander (5)
- # nrepl (35)
- # off-topic (8)
- # pathom (38)
- # planck (21)
- # re-frame (10)
- # reagent (17)
- # reitit (7)
- # shadow-cljs (26)
- # tools-deps (3)
- # xtdb (7)
Right, so that previous name obviously blurred the channel purpose. Please help me identify places where we now need to update the channel name, using this thread.
Googled for #calva-dev
, these came up.
1. https://clojureverse.org/t/calva-funding-and-reinforcements-and-more/4712
2. https://stackoverflow.com/questions/57885944/no-application-has-connected-to-the-repl-server
Thanks. I updated the SO answer. Couldn't edit the ClojureVerse post, b/c closed I think.
Hey guys, I’m using calva on windows and I’m wondering if I have to do something specific to enable inline results from evaluation. I can send results to the real window but the commands to display the result as a comment don’t seem to work for me. I use the vim extension but have turned it off to see if that was an issue but no change.
Both those should just work. Maybe something else occupies the keyboard shortcuts? Tried running the commands from the command palette?
Hmm yea just tried it with command palette and same result, sending to repl works, sending to comment does not.
Opened the same project on Mac and it works. I’m actually running the project from the wsl on my windows machine so maybe that’s a difference.
It should work anyway. Especially if it works sending to the REPL window. Can you file it as an issue via VS Code´s Help menu? Then it should attach some details about your setup.
Sure, I’ll do that. The inline result and comment result both appear to not be working on my setup which makes me think maybe it has something to do with displaying things in the open file.
False alarm sorry, I was in a clojurescript file. The inline and comment output works fine in the Clojure files.
@U0ETXRFEW I'm not seeing it in either. Maybe my setup? I have a deps.edn file w/ an cider nrepl alias that i'm starting from the terminal and then connecting to via VS code
You could try to let Calva start the project, and skip the alias then, it will only confuse Calva.