Fork me on GitHub
#announcements
<
2021-05-12
>
wilkerlucio01:05:49

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

❤️ 29
Alex Miller (Clojure team)19:05:01

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

3
👍 21
Michaël Salihi19:05:24

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

Alex Miller (Clojure team)19:05:39

was that running clj or clojure?

Alex Miller (Clojure team)19:05:54

if the former, does the latter work?

Michaël Salihi19:05:25

Yes, the latter works

Alex Miller (Clojure team)19:05:21

ok, I think I broke the clj script then

Alex Miller (Clojure team)20:05:49

use 1.10.3.839 please! sorry about that

Michaël Salihi20:05:53

Perfect, thanks!

Alex Miller (Clojure team)20:05:18

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

❤️ 34