announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
2020-08-07T05:08:05.409Z

Today I released the Diffuse library. https://github.com/green-coder/diffuse

8👍
Jakub Holý 2020-08-07T12:11:58.410900Z

I love https://github.com/green-coder/diffuse#use-cases 🙂

2🙂
2020-08-07T12:44:20.412900Z

I will fill it up after I am done experimenting the thing for which I built it.

Jakub Holý 2020-08-07T12:11:58.410900Z

I love https://github.com/green-coder/diffuse#use-cases 🙂

2🙂
Helins 2020-08-07T12:40:29.412500Z

A small but useful CLJS library for scheduling various type of async operations hits 1.1.0 https://github.com/dvlopt/timer.cljs Notably, it circumvents problems often encountered, for instance when using vanilla .setInterval

7👍4👏
2020-08-07T12:44:20.412900Z

I will fill it up after I am done experimenting the thing for which I built it.

Joe Lane 2020-08-07T14:35:57.414100Z

I’ve been enjoying your other libs too. Nice work!

4💯
Helins 2020-08-07T15:40:15.415200Z

@lanejo01 It's good to hear that, thanks!

alexmiller 2020-08-07T20:29:35.420200Z

A new prerelease version of the Clojure tools (`clj`) is now https://github.com/clojure/homebrew-tools#version-archive-tool-releases: 1.10.1.636 • Fixes for Windows scripts with clj -X (thanks @vlaaad!) • Fix for ssh compression on git lib deps (https://clojure.atlassian.net/projects/TDEPS/issues/TDEPS-160) - thanks to @donavan for the report • Fix for the possibility of including child deps of unused versions of libs in classpath (https://clojure.atlassian.net/projects/TDEPS/issues/TDEPS-159)

19🎉
alexmiller 2020-08-08T20:28:17.431700Z

fixed in 1.10.1.641

1🦜
vlaaad 2020-08-07T20:51:20.421400Z

Not sure if there is a jira issue for that, but having no :args makes clj-exec fail:

PS C:\Users\Vlaaad\Projects\tdeps> cat .\deps.edn
{:aliases {:prn {:fn clojure.core/prn}}}
PS C:\Users\Vlaaad\Projects\tdeps> clj -X:prn :a 1 :b 2
Invalid :args for exec, must be map or alias keyword: nil

alexmiller 2020-08-07T21:43:56.422500Z

Oh yeah, that was reported and I forgot to fix it

alexmiller 2020-08-07T21:44:01.422800Z

Will do

1👍