Dmitry Sharabin

Results 50 issues of Dmitry Sharabin

Reduced testcase: https://codepen.io/dmitrysharabin/pen/ZExZaOJ

Closes #475. I believe this feature is a nice to have in the upcoming release. I tested it on several examples, including [SVG Path Builder](https://mavo.io/demos/svgpath/). It looks like it's working....

In the upcoming version of Mavo, we give plugin authors a way to tell Mavo that data on the backend changed. To do so, they can fire the `mv-remotedatachange` event...

enhancement

So that authors could do the following: ```html Add ```

enhancement
Effort: low
Status: 2. Design
Topic: Actions

Testcase: https://codepen.io/dmitrysharabin/pen/vYmOYdg?editors=1000 Git bisect showed this commit as the first bad one: 6acb4088d3f538b81b59bb7bde30173ff6f6f62b. Interestingly, [this issue](https://github.com/mavoweb/mavo/issues/716) found by @karger is not the case anymore.

bug

See the [Decisions](https://mavo.io/demos/decisions/) demo. It looks like that regression was introduced by this commit: https://github.com/mavoweb/mavo/commit/2f154fc6f24c7a60cc0d6a85a17b3e5d01906923.

bug
REGRESSION

While working on [the Memory Game](https://dmitrysharabin.github.io/mavo-memory-game/), I needed to evaluate a player’s rating depending on the number of moves they perform (the fewer moves they do, the more stars they...

Status: 4. Ready to implement
Topic: Formulas

Originally found by @LeaVerou. Testcase: https://mavo.io/demos/countdown/. We get the following error message in the console: ## From our discussion on FB **Lea**: the app seems to work fine **Dmitry**: It...