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.
wilkerlucio 2021-05-12T01:37:49.197700Z

Pathom Viz 2021.05.11 is out! This release comes with many fixes and small improvements: - Fix trace bug when all children disappear when the root children has over 20 items - Ensure consistent background on CM6 - Show node details on snapshots - Improve performance of snapshots rendering by lazy processing the elements - Fix bug when sorting maps with irregular values - Fix bug on trace that made tooltip stay on screen - Remove node zoom on click on the graph view - Use Tailwind JIT in the app - Fix trace exceptions when trace is blank - Error boundaries around each connection and log entries You can download it at: https://github.com/wilkerlucio/pathom-viz/releases/tag/v2021.5.11

❤️ 11
eggsyntax 2021-05-12T02:22:07.198200Z

Very cool. Thanks! 👏

👍 1
alexmiller 2021-05-12T19:03:01.202500Z

New release of Clojure CLI https://clojure.org/releases/tools#v1.10.3.833, just some relatively minor changes: • https://clojure.atlassian.net/browse/TDEPS-177 - Fix Maven mirrors to look up by id, not name • Remove flag when fetching git deps so that older git versions work • Tweak some warning messages • Clean up scripts to simplify variable replacement

👍 8
1
2021-05-12T19:29:24.202900Z

FYI, after install this last version I had this error on Linux:

rlwrap: error: Cannot execute /usr/local/lib/clojure/bin/clojure: No such file or directory
Look like missing the binary, I start debugging

alexmiller 2021-05-12T19:30:39.203100Z

was that running clj or clojure?

alexmiller 2021-05-12T19:30:54.203400Z

if the former, does the latter work?

2021-05-12T19:31:25.203600Z

Yes, the latter works

alexmiller 2021-05-12T19:32:21.203800Z

ok, I think I broke the clj script then

alexmiller 2021-05-12T19:33:02.204Z

for linux

alexmiller 2021-05-12T20:08:18.205Z

whoopsie! that had breakage for linux users, Clojure CLI 1.10.3.839 is now available, apologies...

❤️ 12
alexmiller 2021-05-12T20:11:49.205200Z

use 1.10.3.839 please! sorry about that

2021-05-12T20:18:53.205400Z

Perfect, thanks!