This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-23
Channels
- # adventofcode (135)
- # announcements (9)
- # babashka (27)
- # beginners (97)
- # bristol-clojurians (8)
- # calva (7)
- # chlorine-clover (1)
- # cider (3)
- # clara (16)
- # clj-kondo (9)
- # cljdoc (137)
- # clojars (4)
- # clojure (110)
- # clojure-europe (118)
- # clojure-taiwan (8)
- # clojure-uk (19)
- # clojurescript (30)
- # conjure (6)
- # cryogen (32)
- # datomic (11)
- # depstar (1)
- # duct (4)
- # emacs (6)
- # fulcro (73)
- # graalvm (9)
- # keechma (7)
- # leiningen (16)
- # luminus (1)
- # malli (35)
- # meander (3)
- # off-topic (45)
- # pathom (1)
- # pedestal (2)
- # re-frame (3)
- # reagent (31)
- # reitit (2)
- # reveal (17)
- # shadow-cljs (34)
- # tools-deps (11)
- # xtdb (14)
Dear Calva friends: Sorry to compete for attention on VSIX testing, but I have this never ending PR about moving the Jack-in from the Tasks subsystem to a pseudo terminal. It is partly because of tidyness reasons, we are currently abusing the Task system. Partly because it makes Jack-in more reliable, since we need not be watching the filesystem and read nrepl.port files to know when the nREPL server is started. See it as being for the sake of Calva’s health and please help test it on your projects. Even though you should notice no changes, unless you pay close attention to the Jack-in terminal context, this is a fundamental change and can potentially mess things up to Calva users out there if we don’t test it properly before releasing. Here is the VSIX. https://9157-125431277-gh.circle-artifacts.com/0/tmp/artifacts/calva-2.0.136-wip-terminal-jack-in-a6586e74.vsix
Welcome @jj974 ! You are the 600th member of the channel. We haven’t prepared a prize, but there is the honor! 😍

Hi all, do I need to configure something in order for the inline eval to work? I'm using shadow-cljs and connected to the cljs repl, I'm trying to eval simple (+ 1 1) , but I'm only seeing arrow =>, the result is missing
Oops.. Nvm, looks like I have to refresh the browser in order to connect to the repl