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-14T14:53:02.214500Z

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

👏 7
1
alexmiller 2021-05-14T15:11:44.216300Z

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

🎉 16
2021-05-14T21:34:39.218800Z

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

💯 16
☕ 7
😆 6
raspasov 2021-05-15T08:20:13.223300Z

The name rocks! 😆

2021-05-15T13:32:15.225300Z

Thanks @raspasov!

ericdallo 2021-05-15T15:18:02.227300Z

local, It works great @suskeyhose! But the CI failed, maybe related with support for java8? https://github.com/clojure-lsp/clojure-lsp/runs/2590918728

ericdallo 2021-05-15T15:26:27.227600Z

I opened this issue: https://github.com/IGJoshua/americano/issues/1

2021-05-15T16:03:54.228500Z

I've published 1.0.1 that includes a hotfix for this issue!

❤️ 2
seancorfield 2021-05-14T21:39:57.219Z

That looks really nice @suskeyhose!

2021-05-14T21:41:02.219400Z

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.

ericdallo 2021-05-14T22:15:57.220800Z

Awesome! I was thinking in creating something like that last time I had that issue, well done!

ericdallo 2021-05-14T22:18:45.221Z

I'll certainly use it on clojure-lsp!