David Karger
David Karger
I don't understand the rule that is being followed---why does the presence of children affect what happens?
If they both set mv-app="todo" and mv-storage="github"
Why would they? Neither is required by default.
I think there are several mechanisms that would prevent accidental collisions. Unfortunately the simplest would cause a different problem. That would be to include something of the host url in...
Before diving into engineering, I'd prefer to back up and think about what kind of functionality, and what kind of conceptual model to support it, is the right one for...
> @karger I don't understand how your message relates to the first post at all, did you mean to post it somewhere else? This is about changing the HTML syntax...
Reading your initial post, I wonder just how much of what you are doing needs to be specialized to "back ends". From the perspective of a mavo app that wants...
I think if the variables are arrays we should short circuit on an element by element basis.
Perhaps it is unclear because there are different ways to imagine handling vector expressions. Let me be concrete; suppose A is an array and have an expr like if(isNumber(A), A+1,...
It doesn't make a difference in the result, but it could make a difference in whether errors get thrown trying to evaluate A+1 when (an entry of) A is not...