Fork me on GitHub
#announcements
<
2022-12-23
>
Matthew Davidson (kingmob)05:12:45

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.

🎉 12
tomd11:12:38

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

🎉 14
delaguardo19:12:24

inspired by AOC day 7?)

😁 1
tomd09:12:55

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.

delaguardo10:12:59

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

🙂 1
jumar21:12:27

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

tomd21:12:39

Good question. I didn't change that. @U0BKWMG5B should know.