Dmitry Sharabin

Results 129 comments of Dmitry Sharabin

Sorry, I didn't give you enough context. Let me fix it. Technically, the Google Calendar plugin is _read-only_ (there are neither `put()` nor `store()` methods). Even though Mavo provides the...

I've noticed this thing quite a while ago. But as usual, I haven't reported it since I didn't expect `mv-initial-items` should work with values other than `0`. šŸ¤¦ā€ā™‚ļø > is...

Yup, it's a regression. The first bad commit: 2e119ce2f9b0267cea46bcc527db832d38bae90e

I examined the issue @GalinhaLX faced and found that it's caused by the way Mavo treats absent values. Consider the following data: ```json { "cat": [ { "name": "Vector", "age":...

I would also suggest removing pointers to the source maps (since we don't provide them) from the final files before moving them to the separate folder corresponding to the new...

I have a question then. Just to make sure I understand everything correctly. Before releasing a new version, we copy all the files (`mavo.js`, `mavo.css`, etc.) to the corresponding folder....

> I'm tending to go with 1 Iā€™m leaning towards this option too. So, we have two votes. :) > if we need to debug locally, we'd do git checkout...

And you can accomplish it now if you switch from the Mavo version you are using to the dev one. The source maps we provide with the dev version make...

Hey @GalinhaLX, šŸ‘‹šŸ» please keep in mind that if you want these buttons to work as expected, you should place them _inside_ the Mavo bar, not anywhere inside the app....

Oops. My bad. šŸ˜… Thanks, Lea. I'll remove the comment then.