This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-23
Channels
- # adventofcode (12)
- # announcements (7)
- # atom-editor (2)
- # babashka (6)
- # beginners (77)
- # biff (2)
- # calva (14)
- # cider (25)
- # circleci (2)
- # clj-on-windows (39)
- # clojars (1)
- # clojure (36)
- # clojure-belgium (4)
- # clojure-europe (78)
- # clojure-norway (25)
- # clojure-spec (1)
- # clojurescript (11)
- # clr (1)
- # cursive (1)
- # datahike (43)
- # datomic (6)
- # dev-tooling (3)
- # emacs (5)
- # exercism (1)
- # jobs (1)
- # jobs-discuss (3)
- # kaocha (2)
- # lsp (32)
- # malli (4)
- # music (1)
- # off-topic (14)
- # pathom (4)
- # reitit (14)
- # shadow-cljs (5)
- # tools-deps (3)
- # vim (1)
- # xtdb (5)
https://clojars.org/org.clj-commons/byte-streams/versions/0.3.2 is out.
Big change is to fix a bug where mixing libs using the old single-segment ns and the new ns result in missing conversions/transfers. Recommended for Yada users, and people not pinning their particular byte-streams dep. New Aleph release to follow shortly.
• Upgrade to Manifold 0.3.0, remove unused dev deps
• Update docstring on to-string
not being lazy
• Add basic clj-kondo support
• Deprecated single-segment namespace in README examples
Many thanks to @p-himik and @eugen.stan for their contributions.
https://github.com/weavejester/medley, a lightweight library of useful Clojure functions, released https://github.com/weavejester/medley/releases/tag/1.5.0! The main new features are two new partitioning functions which I’ve written about in a blog @finn.volkel posted on #C8NUSGWG6
No actually, this work was pre-AOC. It always gets a bit time consuming for me after the first week or so, but glad to hear the fns could come in handy.
yes, definitely! and thanks for the blog post. i wrote something similar for day 7 solution but my variant is way slower and less generic then yours
Is there a reason why the new version is only available as dev.weavejester/medley 1.5.0
while the old artifact is still 1.4.0?
https://clojars.org/search?q=medley
Good question. I didn't change that. @U0BKWMG5B should know.