This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-11
Channels
- # announcements (6)
- # babashka (7)
- # beginners (145)
- # biff (2)
- # calva (9)
- # cider (4)
- # circleci (9)
- # clj-commons (22)
- # clj-kondo (26)
- # cljs-dev (70)
- # cljsrn (4)
- # clojure (46)
- # clojure-australia (9)
- # clojure-europe (62)
- # clojure-nl (5)
- # clojure-norway (4)
- # clojure-spec (11)
- # clojure-uk (3)
- # clojurescript (18)
- # copenhagen-clojurians (1)
- # core-async (1)
- # cursive (13)
- # datahike (6)
- # datomic (47)
- # emacs (5)
- # events (2)
- # fulcro (13)
- # google-cloud (2)
- # gratitude (2)
- # helix (5)
- # honeysql (5)
- # hyperfiddle (31)
- # jobs (1)
- # jobs-discuss (6)
- # london-clojurians (1)
- # lsp (5)
- # off-topic (9)
- # polylith (12)
- # portal (18)
- # re-frame (5)
- # reagent (29)
- # releases (2)
- # shadow-cljs (43)
- # specter (1)
- # test-check (8)
- # vim (1)
- # xtdb (66)
Let’s draw some more eyes to Clojure with a good showing on the StackOverflow survey! https://stackoverflow.blog/2022/05/11/stack-overflow-2022-developer-survey-is-open/
A new version of Calva is out https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.273. Below is a list of the last month's updates. You might notice that there re a few #joyride related changes. It really is easy now to get a Clojure REPL running inside VS Code, letting you remote control it to your heart's content. • Fix: https://github.com/BetterThanTomorrow/calva/issues/1696 • Fix: https://github.com/BetterThanTomorrow/calva/issues/1721 • https://github.com/BetterThanTomorrow/calva/issues/1714 • Fix: https://github.com/BetterThanTomorrow/calva/issues/1707 • Fix: https://github.com/BetterThanTomorrow/calva/issues/1711 • https://github.com/BetterThanTomorrow/calva/issues/1697 • Fix: https://github.com/BetterThanTomorrow/calva/issues/1692 • https://github.com/BetterThanTomorrow/calva/issues/1704 • https://github.com/BetterThanTomorrow/calva/issues/1687 • Fix: https://github.com/BetterThanTomorrow/calva/issues/1683 • https://github.com/BetterThanTomorrow/calva/issues/1498 • https://github.com/BetterThanTomorrow/calva/issues/1677 • Fix: https://github.com/BetterThanTomorrow/calva/issues/1219 • https://github.com/BetterThanTomorrow/calva/issues/1660 • Fix: https://github.com/BetterThanTomorrow/calva/issues/1664

https://github.com/juxt/pack.alpha's docker functionality now supports volumes, env and custom layers. A special thanks to @rickmoynihan's for gifting us these features. If you'd be a user of layers, I'd love your input on https://github.com/juxt/pack.alpha/issues/106. Pack is a clojure packaging tool focusing on conflict-free packaging, covering: Docker, Lambda, OneJar, and more.
I use multiple layers, to leverage Docker layer caching for stuff that changes less often, see https://github.com/holyjak/fulcro-billing-app/blob/568bf28552989e1e611773b2d946c9990e1edc3d/Dockerfile#L5-6 (Fixed text; damn autocorrect!)