New release for ! https://github.com/wilkerlucio/pathom-viz/releases/tag/v2021.5.13 - Now app is signed and notarized on MacOS, no need to go around gatekeeper anymore! - Pathom Viz will now auto-update - Double click on Graph View will fit the nodes, easy way to recover in case the pan/zoom gets lost
org.clojure/data.json 2.3.0 is now available • Fix https://clojure.atlassian.net/browse/DJSON-48: Make array parsing match spec - thanks @nbtheduke! • Fix https://clojure.atlassian.net/browse/DJSON-18: Make pprint-json much faster - thanks Nikita Prokopov for the idea+tests and @slipset for adapation into current
Announcing americano, for when you want to water down your Clojure with a little bit of Java. It provides a way to compile Java code from the Clojure CLI without code! The 1.0.0 release was just put out on Clojars. https://github.com/IGJoshua/americano
The name rocks! 😆
Thanks @raspasov!
local, It works great @suskeyhose! But the CI failed, maybe related with support for java8? https://github.com/clojure-lsp/clojure-lsp/runs/2590918728
I opened this issue: https://github.com/IGJoshua/americano/issues/1
I've published 1.0.1 that includes a hotfix for this issue!
That looks really nice @suskeyhose!
Thanks! I was looking for something that could replace Badigeon or a bespoke thing in my Conditions library, and I noticed nothing else supports Java compilation by configuration, so I figured I should write it! At the moment the only thing it's lacking as far as I can tell is proper annotation support.
Awesome! I was thinking in creating something like that last time I had that issue, well done!
I'll certainly use it on clojure-lsp!