fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
Gleb Posobin 2021-01-01T00:17:46.499400Z

But I can rewrite the corresponding function I guess.

stuartrexking 2021-01-01T01:59:59.000100Z

Does anyone know what the convention of using a “-” at the beginning of a function name is for? As in https://github.com/fulcrologic/fulcro-rad/blob/develop/src/main/com/fulcrologic/rad/authorization.cljc#L126

tony.kay 2021-01-01T02:32:15.000800Z

Fulcro 3.4.11 on clojars. Mainly just some minor bug fixes related to running headless in CLJ

7❤️
tony.kay 2021-01-01T02:34:28.001200Z

Not sure there is one 😜 I sometimes use it when I think I might make a public version of something (e.g. with specs) but there is a private implementation detail. That way I don’t have to think up two names. Sometimes I use it to reinforce that something is “private”, because cljs does not enforce that.

stuartrexking 2021-01-01T02:51:07.001400Z

Ok thanks. I just noticed some private defns don’t use it and wondered if the inconsistency had a reason.

stuartrexking 2021-01-01T02:52:15.002400Z

@tony.kay Thanks for all your wonderful work and the immense aggregate value you have created. Happy New Year! 🙏

8➕
tony.kay 2021-01-01T02:57:10.002700Z

welcome. Happy new year to you as well.

3🎉
tony.kay 2021-01-01T03:41:11.002800Z

nope

Jakub Holý 2021-01-01T08:36:59.003700Z

Happy Fulcro Year, everyone!

511🎉
2021-01-01T20:58:40.012800Z

Happy New Year everyone! I wanted to start off the year by thanking @tony.kay for his unrelenting effort to build and document Fulcro, RAD, Fulcro-Inspect, Fulcro-Native, guardrails, semantic-ui-wrappers, and a plethora of other great tools and tech (honestly, I don’t know how you do it!). One of my new year’s resolutions is to contribute something back to the Fulcro community as I continue my journey to grok this powerful tech. In that vein, I’ve starting publishing my personal notes on Tony’s excellent video series. The first complete notes are on Tony’s video: https://github.com/aeberts/fulcro-notes-public/blob/master/fulcro_rad_structural_overview.org (other to be complete). I hope that’s useful to someone - comments, corrections and PRs welcome and all the best for a happy and safe 2021!

4❤️
tony.kay 2021-01-02T15:57:37.026800Z

👏

2021-01-02T17:39:26.027900Z

@alexpiers.fp Many thanks for finding glitches in Part 15: Sessions and UI Routing at 15:27 (https://www.youtube.com/watch?v=oQpmKWBm9HE) and Part 17: UI State Machines at 25:24 - 25:30 (https://www.youtube.com/watch?v=ppEBySpROMY). I’ve fixed them and they will go live when YouTube finishes processing them.

1👏
Mr. Savy 2021-01-01T21:19:17.015200Z

so far I've been able to perform transactions within or one level below the current component. what about the case of a distant component/data tree element? for instance, if I have a button in some component X, but I want the onclick to mutate the data in the tree of a distant cousin's nested div or something?

tony.kay 2021-01-01T21:22:32.015300Z

totally fine

tony.kay 2021-01-01T21:22:54.015500Z

in F2 you used to just indicate what data you were changing for a targeted refresh, but the defaults in Fulcro make it “just work” now

1👍
tony.kay 2021-01-01T21:23:01.015700Z

it’s all about the data

tony.kay 2021-01-01T21:25:17.016Z

Hi, that sounds great. I’ve been thinking of finding people that want to help with videos and this kind of stuff. youTube does generate closed-caption files from the audio, which of course are mostly crap for tech, but might be a good resource as a base to “tune up” (e.g. fix up into notes?). There are also audio glitches like the occasional cough. If anyone wanted to help be a video “editor” and/or someone that makes readable versions of the videos, that would be a pretty nice resource.

tony.kay 2021-01-01T21:26:39.016200Z

@alexpiers.fp if you’re interested, it does look like I can give “editing” permissions to collaborators on YouTube, and you had mentioned an interest in fixing some audio. PM me if you’re still interested.

2021-01-01T22:10:27.016400Z

@tony.kay I’d be happy to look into using the closed-caption YouTube transcription (or some other free services) to create more complete notes for the videos. I’m not versed in video editing but I could certainly take a look at fixing audio glitches etc. (how hard can it be? 🙂 ).