Dmitry Sharabin
Dmitry Sharabin
It seems we face this issue not only when `mv-initial-items` > 1: **none** of the expressions are evaluated _after_ the first item. Testcase: https://codepen.io/dmitrysharabin/pen/BaeEVme
If the author needs any functions from Microsoft Excel or Google Sheets, they might include the [FormulaJS](https://github.com/formulajs/formulajs) library in their app. Mavo handles all the functions supported by the library...
I believe the working prototype (https://codepen.io/dmitrysharabin/pen/MWEOeVO) shows that we already have everything we need: the `ifs` function works the same way as `if` (if arguments
I probably badly expressed myself—I meant that we could replace the code of `if` with the code of `ifs` from the prototype, and it shouldn't break anything we already have...
Interestingly, dragging items between collections works fine if it is one-directional (see [here](https://codepen.io/dmitrysharabin/pen/ExGvBwM) and [here](https://codepen.io/dmitrysharabin/pen/mdaMgQK)). 🤔 However, it looks like we have [another bug](https://github.com/mavoweb/mavo/issues/969) here if I get our docs...
> I couldn't really find `tolast()`. Hey @norbitrial, You are absolutely right—there is no such function. The correct name is `tofirst()`, and you've already fixed it. Thank you! If you...
> I am still happy to help here. Let me know what's required from my side there in the PR which could be found here: #821 🚀 That's great! Thanks....
We already have a working prototype of the `$user` special property, which @karger and I heavily use in conjunction with the Firebase plugin in our apps. For now, we have...
> LGTM, what's the downside? Why can't we just add this to core? We can. Just needed to resolve it first. ☺️ I’ll send a PR soon.
Actually, the downside of this approach is that the `$user` special property is updated on the `mv-login` and `mv-logout` events firing on _any_ Mavo app on the page so that...