Dmitry Sharabin

Results 129 comments of Dmitry Sharabin

Since I personally never needed this precision in my apps, I had to research a bit to see what we already have in browser for now to be ready to...

> Note that we cannot do things like "2 hours ago" because that wouldn't work with localization. Actually, this way of handling negative values makes the most sense from my...

Yes, I also see that inconsistency. So I agree. What if we follow option 2 (with the negative value as the result) and provide a `relative_time()` (or whatever we will...

> While implementing the fix for negative duration, I realized that `duration` also can return multiple units if `terms` is a number, which is hard to represent with negative values....

> Might we want to consider eg mv-storage-options="private, encrypted, other-boolean-attributes" I'm afraid in that case, we might lose the `options` storage param. Btw, [it’s already in use](https://plugins.mavo.io/plugin/firebase-firestore#customization) in the Firebase...

> Dropping proxies fixes it, but also means we lose the reference back to the property the items came from. Thank you very much for pointing this out. I haven't...

Hey there, Sorry for the delay. I played a bit with the suggested changes. And it looks like the generated `Add ` buttons (framed in the screenshot) stopped working. @mohammadKhalafi...

Backticks? Or is it too much for HTML/CSS developers? Or is it not very readable? ``` `Time tracker`.Filter(Activity = thisRow).`Time spent`.sum() ```

> https://codepen.io/pen?template=gxPjmz&editors=1100#0. @karger It looks like you copied the Codepen URL before saving it, so it's broken. Could you please update it?

It looks like we have this issue not only with linked ``s but also with [implicit booleans](https://codepen.io/dmitrysharabin/pen/WNmKrML). **Expected behavior** --- **Current behavior** --- It feels like we should give Mavo...