matrix

kennytilton 2023-05-12T21:24:37.055009Z

Had a great question on the todo example, led to this Web/MX doc, valuable for any MX application: https://github.com/kennytilton/web-mx/wiki/Who%3F-Me%3F

👍🏻 1
kennytilton 2023-05-12T11:02:13.331829Z

I'll see if I can knock this off today.

Benjamin C 2023-05-12T16:11:48.266149Z

> Are you seeing this suspicion confirmed? suspect Well, for me at least :P I'd add it to my f/mx util library if you didn't want it in f/mx itself. :) > I'll see if I can knock this off today. Thanks! 🙂

kennytilton 2023-05-12T16:26:31.786059Z

This goes pretty deep in the Cells logic, so it makes sense in f/mx proper. Been sidetracked by the Dart 3 release, however painless, and there is web/mx anomaly I want to run down. Might not be until the weekend. I am pretty impressed by the Dart 3 release, they are doing impressive stuff. I might be 💯 f/mx from here out.

👍🏻 1
kennytilton 2023-05-12T06:37:03.593419Z

No, but it should be easy since it is close to the :async? pattern: take async result and feed it into the app matrix with mset! , except in this case it will be a stream of results. "we suspect streams will be common enough to support" Are you seeing this suspicion confirmed? suspect