This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-27
Channels
- # announcements (12)
- # babashka (18)
- # bangalore-clj (3)
- # beginners (110)
- # calva (14)
- # cestmeetup (4)
- # cider (4)
- # clj-kondo (2)
- # clojure (34)
- # clojure-colombia (5)
- # clojure-europe (11)
- # clojure-nl (8)
- # clojure-spec (19)
- # clojure-uk (11)
- # clojurescript (16)
- # clojureverse-ops (8)
- # community-development (4)
- # conjure (65)
- # core-async (19)
- # cursive (22)
- # data-science (7)
- # datascript (1)
- # datomic (20)
- # devcards (1)
- # figwheel-main (64)
- # fulcro (10)
- # graalvm (3)
- # helix (3)
- # kaocha (22)
- # malli (68)
- # meander (6)
- # off-topic (39)
- # pathom (6)
- # pedestal (2)
- # reagent (5)
- # remote-jobs (2)
- # reveal (30)
- # rum (4)
- # shadow-cljs (83)
- # specter (3)
- # tools-deps (9)
- # xtdb (18)
Released a new library https://github.com/kwrooijen/gungnir A data-driven database mapper / validation library. Built with HoneySQL / Malli. Inspired by Elixir's Ecto A guide can be found here with all the features: https://kwrooijen.github.io/gungnir/guide.html
Hi everyone, I'm pleased to announce the 0.1.3 release of https://github.com/oliyh/kamera which aims to make screenshots more consistent and moves away from webfolder/cdp4j, which is a breaking change but important as cdp4j did not have good license terms for general use. Instead, clj-chrome-devtools provides a much nicer API for Clojure. This release changes: ⢠kamera now uses clj-chrome-devtools instead of webfolder/cdp4j. If you used the session parameter in any of the callback hooks you will need to update your code. Additionally the :chrome-options config setting has changed, see the README for an example. ⢠The browser window is now resized to fit the content height only before taking a screenshot by default. This behaviour is controlled by the :resize-to-contents option, see the README This release fixes: ⢠Expand / contract icons in the report not showing up properly
Hello everyone, happy Monday! I have just released an extra exciting update to Calva. It brings the fruits of the Clojurists Together Summer of Bugs. Calva now displays evaluation results in a much richer and useful way, and at the same time a new, smarter, REPL window has been born. My hope is that this latter fact will remove a whole category of issues and quirks with Calva. Please feel invited to join #calva and discuss this release or whatever Calva issue you like. Read more about the output/repl window mini-project on ClojureVerse: https://clojureverse.org/t/calva-summer-of-bugs-2020/6303

Great work @U0ETXRFEW! It's great how fast Calva is improving. I'm teaching Clojure to my brother and we both really like it so far
Same here. Great work @U0ETXRFEW. I'm migrating to Calva and would like to grow a Clojure company. I plan to contribute a Jack-in configuration for gradle clojurephant. I've tested the update and it works ok for me š
Wonderful feedback! Please consider writing a review on the marketplace. š Looking forward to that jack-in conf!
yep just left a 5 star
one thing that would be nice is if you could easily copy/paste from/to the REPL window in VScode. That seems to be still a bit hard