This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-26
Channels
- # aleph (9)
- # announcements (31)
- # babashka (23)
- # beginners (35)
- # biff (2)
- # calva (5)
- # cider (10)
- # clara (11)
- # clerk (114)
- # clj-kondo (18)
- # cljdoc (37)
- # clojars (7)
- # clojure (24)
- # clojure-austin (10)
- # clojure-europe (27)
- # clojure-nl (1)
- # clojure-norway (23)
- # clojure-uk (2)
- # clojurescript (18)
- # conjure (2)
- # core-async (6)
- # cursive (21)
- # datomic (3)
- # fulcro (15)
- # introduce-yourself (7)
- # lsp (32)
- # malli (57)
- # meander (5)
- # music (1)
- # nbb (2)
- # off-topic (17)
- # pathom (6)
- # rdf (4)
- # reagent (8)
- # releases (2)
- # shadow-cljs (4)
- # slack-help (23)
- # spacemacs (6)
- # tools-build (32)
Today's Calva release, with exciting updates from @m401, is blocked on a change to the Extension Marketplace publishing checks 😞 https://github.com/BetterThanTomorrow/calva/issues/2034 Here's hoping that they will help us quickly! If you are using Gitpod or any of the open VS Code clones, Calva 2.0.237 is available. https://output.circle-artifacts.com/output/job/40d9993d-055a-455f-8536-f738e87be928/artifacts/0/tmp/artifacts/calva-2.0.327.vsix.
There's an issue filed on vsce
(the tool used for publishing) about it:
• https://github.com/microsoft/vscode-vsce/issues/815
Hi, Is it possible to instrument top level form for debugging on CLJS? I'm trying to do that to a Hiccup component but am getting:
failed compiling constant: #'cider.nrepl.middleware.debug/breakpoint-if-interesting; clojure.lang.Var is not a valid ClojureScript constant.