This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-19
Channels
- # aleph (5)
- # announcements (1)
- # babashka (5)
- # beginners (123)
- # biff (9)
- # calva (8)
- # cider (1)
- # clj-on-windows (8)
- # clojure (20)
- # clojure-europe (7)
- # clojure-hungary (3)
- # clojure-norway (1)
- # clojure-sweden (32)
- # clojurescript (2)
- # core-async (2)
- # emacs (6)
- # events (3)
- # fulcro (30)
- # graphql (4)
- # gratitude (3)
- # helix (10)
- # honeysql (7)
- # introduce-yourself (11)
- # kaocha (1)
- # malli (16)
- # matcher-combinators (1)
- # off-topic (7)
- # portal (1)
- # re-frame (12)
- # reagent (3)
- # ring (7)
- # scittle (3)
- # shadow-cljs (1)
- # sql (1)
- # tools-deps (8)
See you today at the #calva notebooks / #portal talk with @domagala.lukas & @djblue! https://clojureverse.org/t/visual-tools-meeting-16-calva-notebooks-and-portal/
What's the command to extract a sexp from a structure and discard the rest of the structure? {:text "foo"}
=> "foo"
That's the one, thank you!
Dear Calva friends. I'm updating our nREPL client to be more polite with the server. Today if a server says it does not support this or that op, Calva uses it anyway. With the update this should not be happening. It is very central code I am changing and I am pretty sure I have missed some details around it right now, but my testing fails to find them. (And my brain is fried.) So this is a cry for help. Here's a VSIX: • https://output.circle-artifacts.com/output/job/54b13774-1365-47e2-ac3f-af7c0d857bbc/artifacts/0/tmp/artifacts/calva-2.0.320-1969-polite-nrepl-server-7d0d3e25.vsix Please install and use it. And then report on this PR: • https://github.com/BetterThanTomorrow/calva/pull/1970 When you find something funny. Please check the VS Code dev console for errors. Thanks in advance! 🙏 ❤️
@U0522TWDA While at this, I fixed a bug that makes the docstring pop-up work even without the empty bb.edn file.
Wonderful! Thank you!