matrix

kennytilton 2023-02-12T19:12:24.175799Z

Whoa, heads up fans of the new cf-freeze capability: just noticed it does not propagate the final value. Got the 🚗 hood up now. This was spotted while working on a new write-up that emphasizes the minimal operations we need in building UIs. Super short: https://github.com/kennytilton/web-mx/blob/main/doc/intro-a-counter.md I am way to close to the subject, so feedback is welcome on what needs fixing. 🙏

kennytilton 2023-02-12T22:47:59.911669Z

Latest MX snapshot OK with cf-freeze now. Yay. But noticed a synapse test is failing. We have not talked about synapses. They are cool, like anonymous cells, private to a containing other cell. eg, The test that is failing aims to have the host cell report a new value only when it has three items from a stream, and not change until another three have been seen. Kind of bundling operation. Mostly works. Will explore after 🏈 .