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.
2021-02-23T04:29:46.025300Z

So Michiel, you are Dutch?

tony.kay 2021-02-23T06:49:43.029Z

I continue to add episodes of Grokking Fulcro on YouTube. I’m up to part 5. These videos are more oriented to the nuts and bolts of “how it works”, which I personally always appreciate knowing when I’m working with tools. If you’re new to Fulcro be sure to check out other resources that are more aimed to beginners, such as the Developer’s Guide and tutorial videos. The playlist for the new (nuts and bolts) series is https://youtube.com/playlist?list=PLVi9lDx-4C_TBRiHfjnjXaK2J3BIUDPnf

7
🎉 14
2021-02-23T16:59:56.044200Z

@tony.kay This channel is for library and project announcements. The video and articles may go to #news-and-articles instead.

➕ 1
tony.kay 2021-02-23T18:02:09.044900Z

Ah, I did not realize there was a separate channel for that

nijssels 2021-02-23T07:45:13.029400Z

@borkdude Yeah, I'm indeed Dutch. Never been to the meetup, although I keep up with the sessions and subjects. About giving a presentation: perhaps after COVID-19 and all the lockdowns.

2021-02-23T08:51:50.035800Z

re-com v2.13.0 A component library for Reagent Headline: 1. Substantially improved debugging features https://re-com.day8.com.au/#/debug 2. Continued evolution of the two new table components. https://re-com.day8.com.au/#/v-table Full changelog: https://github.com/day8/re-com/blob/master/CHANGELOG.md#2130-2012-02-23 Next step: easier component skinning

🚀 7
2021-02-24T12:12:31.069300Z

@p-himik fixed, thanks

👍 1
p-himik 2021-02-23T09:00:56.036300Z

Awesome! Re. :require-macros and at - AFAIK, using :require-macros is pretty much outdated by now unless you're the author of that macros NS: https://code.thheller.com/blog/shadow-cljs/2019/10/12/clojurescript-macros.html In short, it's possible to let your users just use (:require [re-com.core :refer [at h-box v-box ...]]).

2021-02-23T09:02:07.036700Z

Thanks, we'll have a look

emil0r 2021-02-23T09:36:03.038100Z

ez-wire 0.4.0 has been released. More updates to form. Documentation can be found here: https://emil0r.github.io/ez-wire-docs/

👍 2
alexmiller 2021-02-23T14:21:16.040800Z

https://clojure.org/releases/tools#v1.10.2.796 is now available • Fix incompatiblity with Cursive in 1.10.2.790 (also fixed in latest Cursive) - apologies on this one • Fix clj -X:deps git-resolve-tags to update the sha to match the tag if both are provided • Perf improvements for git or local deps using pom.xml

3
🚀 12
Jakub Holý 2021-02-23T17:42:12.044500Z

awesome, thanks!

blak3mill3r 2021-02-23T21:53:09.046Z

A very fine library, I look forward to checking out the new debug features