This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-09
Channels
- # adventofcode (93)
- # announcements (11)
- # babashka (7)
- # babashka-sci-dev (17)
- # beginners (73)
- # biff (7)
- # calva (3)
- # cider (1)
- # clj-kondo (160)
- # clj-together (12)
- # clojure (44)
- # clojure-art (2)
- # clojure-europe (12)
- # clojure-losangeles (1)
- # clojure-nl (3)
- # clojure-norway (22)
- # clojure-uk (2)
- # clojurescript (8)
- # clr (1)
- # cursive (6)
- # data-science (1)
- # datomic (1)
- # emacs (6)
- # events (1)
- # exercism (1)
- # fulcro (6)
- # graphql (2)
- # introduce-yourself (1)
- # lsp (18)
- # nrepl (7)
- # off-topic (45)
- # polylith (25)
- # portal (25)
- # practicalli (3)
- # re-frame (14)
- # reagent (28)
- # reitit (2)
- # releases (2)
- # shadow-cljs (73)
- # sql (11)
- # tools-deps (12)
- # transit (4)
- # xtdb (4)
Clojurists Together is looking to fund more open source Clojure projects. Please apply! https://www.clojuriststogether.org/news/q1-2023-funding-round-and-survey-results/
When is the funding period planned to start, more specifically? Trying to figure out when is the latest start given the two month delay option.
I’ve just updated it to add that: > Funding would start from 1st of February but the start of funding can be delayed by up to two months.
I thought the application deadline would be mid January https://www.clojuriststogether.org/open-source/. 😕
@U051KLSJF FYI, the opening paragraph of that post says "starting our next funding round for Q3 2022" -- should be "Q1 2023" right?
@U02E9K53C9L I need to update that page. The feedback we got was that people didn’t have enough time to clear their schedules when we announced it so close to the starting time. So we’re now opening for applications earlier to give people more time to announce
#C013B7MQHJQ, https://github.com/polyfy/polylith/releases/tag/v0.2.17-alpha, released. Fixes a bug introduced in 0.2.16-alpha.
https://github.com/seancorfield/polylith-external-test-runner -- an external test runner that can be used with Polylith v0.2.17-alpha (or later) -- has its first official release v0.1.0!
👁️ Clerk – Moldable Live Programming for Clojure io.github.nextjournal/clerk {:mvn/version "0.12.707"}
has been released . ✨
Notable improvements in this release:
• ⚛️ Introduce ^:nextjournal.clerk/sync
metadata annotation to automatically sync state between JVM Clojure and Clerk’s browser env. https://github.com/nextjournal/clerk/pull/253 and https://github.com/nextjournal/clerk/pull/268.
• 🪗 Auto-expansion of results (opt-in via {:nextjournal.clerk/auto-expand-results? true}
metadata for now) to show the shape of the data.
• 🏞️ Allow setting Open Graph Metadata for notebooks.
• 💅 Support for viewer CSS class customizations https://github.com/nextjournal/clerk/pull/294
• 🌟 and many improvements & simplifications to Clerk’s SCI Environment running in the browser.
And much more, get all details in the 🪵 https://github.com/nextjournal/clerk/blob/2035a1187efbc882016fc461fb124c96d2e8f672/CHANGELOG.md#012699-2022-12-02, find the release on 📦 https://clojars.org/io.github.nextjournal/clerk, read the 📖 https://book.clerk.vision, publish with 🌱 https://clerk.garden follow-up in #clerk. Try it with 🎄https://github.com/nextjournal/advent-of-clerk.
https://github.com/seancorfield/polylith-external-test-runner -- an external test runner that can be used with Polylith v0.2.17-alpha (or later) -- has its first official release v0.1.0!
Released https://clojure-lsp.io/ https://github.com/clojure-lsp/clojure-lsp/releases/tag/2022.12.09-15.51.10 with fixes, Improvements and new features! 🚀
Main highlights:
• There is a new refactoring/code action cycle-keyword-auto-resolve, check the gif!
• Finally, clojure-lsp now suggests Add import
code actions, pretty useful when you know the class name but not the full package and clojure-lsp will add a :import
for you ✨
• Avoid analyzing files inside ignored source-paths folders (`target` for example), which would cause find-definition/references to go to that folder wrongly, causing lots of confusion.
• Improved overall https://clojure-lsp.io/, I have in mind improve it even better adding project cases and how configure lsp/your editor for the best UX!
Thank you for all contributors and sponsors!
For more info come to #CPABC1H61