mavo
mavo copied to clipboard
Create web applications entirely by writing HTML and CSS!
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.
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...
This is a regression, pretty sure it worked before. Testcase: https://codepen.io/leaverou/pen/GRvKQPo?editors=1100 @DmitrySharabin do you have time to bisect?
Testcase: https://codepen.io/dmitrysharabin/pen/LYzVoda
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...
First bad commit: d571ccffe8b7a99973758bf30db16ba273d563f1 I noticed that this property is `lazy` and is a property of `Mavo.prototype` but not `Mavo` itself. Any ideas why it happens?
We currently have a lot of schema mapping heuristics, [only some of which are documented](https://mavo.io/docs/migration). I've made a pass through the code to make a list: 1. Singletons can be...
There is currently a sequence of steps for a new release, described in https://github.com/mavoweb/mavo/blob/master/CONTRIBUTING.md#steps-for-new-release This should probably be automated, with a script that accepts the new version as a command...
Testcase: https://codepen.io/leaverou/pen/jOLNvpE?editors=1100 Not sure if regression.
Property references should be case insensitive but they are not. This must be a pretty old regression, but I never got around to filing an issue.