Fork me on GitHub
#announcements
<
2023-03-31
>
djblue04:03:05

Just released Portal https://github.com/djblue/portal/releases/tag/0.38.0, a data inspection / exploration tool for Clojure. Since the last announcement, Portal has seen a lot of improvements but here are some of the highlights: • https://cljdoc.org/d/djblue/portal/0.38.0/doc/editors/vs-code/clojure-notebooks#portalnreplwrap-notebookhttps://github.com/djblue/portal/tree/master/examples/clr • Load js from node_modules in https://cljdoc.org/d/djblue/portal/0.38.0/doc/guides/custom-viewer • A jwt viewer for jwt string • portal.api/docs for viewer docs • https://open-vsx.org/extension/djblue/portal Drop by #C0185BFLLSE with any questions.

💯 20
portal 22
🎉 36
❤️ 12
gratitude 14
calva 12
Dustin Getz12:04:07

looks amazing

gratitude-thank-you 2
Alex Miller (Clojure team)15:03:11

Clojure CLI 1.11.1.1267 is now available • https://clojure.atlassian.net/browse/TDEPS-245 - Fix error in -X:deps find-versions with an uncanonicalized lib name • Use https://github.com/clojure/tools.deps/blob/master/CHANGELOG.md 0.18.1331

🎉 26
Joshua Suskalo15:03:21

https://github.com/IGJoshua/coffi: Foreign Function Interface for Clojure version 0.6.409 is now available • Support for JDK 19 (cut a release in preparation for work on JDK 20 support) • Fixes for defining static variables that refer to native symbols • Fixes for nil values being incorrectly passed to native code in native function literals • Fixes for incorrect padding in some structs • Changed the name of "scopes" to "sessions" to match Panama documentation (they renamed it in JDK 19)

🎉 33
kuzmin_m16:03:29

https://github.com/darkleaf/di: DI is a dependency injection framework that allows you to define dependencies as cheaply as defining function arguments. 2.1.0 Now you can pass a vector as the key argument to start many keys. https://darkleaf.github.io/di/test/darkleaf/di/tutorial/q_starting_many_keys_test.html.

(with-open [root (di/start [`handler `helper])]
  (let [[handler helper] root]
     ...))

🎉 10