This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-12
Channels
- # aleph (6)
- # announcements (11)
- # babashka (24)
- # beginners (127)
- # calva (33)
- # chlorine-clover (5)
- # cider (7)
- # clara (9)
- # cljs-dev (54)
- # cljsrn (5)
- # clojure (61)
- # clojure-australia (8)
- # clojure-bay-area (11)
- # clojure-europe (36)
- # clojure-italy (3)
- # clojure-nl (3)
- # clojure-spec (6)
- # clojure-taiwan (1)
- # clojure-uk (8)
- # clojurescript (94)
- # code-reviews (2)
- # community-development (6)
- # conjure (26)
- # core-typed (1)
- # cursive (3)
- # datahike (4)
- # datomic (14)
- # events (1)
- # graphql (1)
- # honeysql (49)
- # introduce-yourself (5)
- # jobs-discuss (15)
- # kaocha (6)
- # lsp (8)
- # malli (1)
- # meander (5)
- # nrepl (1)
- # off-topic (21)
- # other-languages (1)
- # pathom (13)
- # podcasts-discuss (1)
- # polylith (1)
- # reitit (16)
- # shadow-cljs (50)
- # spacemacs (11)
- # sql (11)
- # tools-deps (21)
- # unrepl (1)
- # vim (9)
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
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
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 debuggingwas that running clj
or clojure
?
if the former, does the latter work?
Yes, the latter works
ok, I think I broke the clj script then
for linux
use 1.10.3.839 please! sorry about that
Perfect, thanks!
whoopsie! that had breakage for linux users, Clojure CLI 1.10.3.839 is now available, apologies...