Andrey Sitnik

Results 1029 comments of Andrey Sitnik

> Even if this property has mixed support, should this behavior follow the definitions in browserslist? So, if the property is consistently supported across declared browser versions range, the warning...

@dreyks yes. We can add some MDN pages to `caniuse-db`. Send PR like you have this data.

> Is there an option at least to remove this warning? Write custom PostCSS plugin which will clean `result.messages`

1. Can you explain how to convert standard property to Safari’s one? 2. Does IE and standard property have the same values?

It is just `IndexedDB` doesn’t use pagination because low-level IndexedDB API is hard. The method works, you can use it in own implementation. For `IndexedStore` I will need a PR...

@adammmiller very well written code! Great work.

Yes, it is a bug. Can you send PR? I am busy on another open source project right now.

The timer was designed with limits in minds that: 1. If actions was occurred on the two nodes in 0.5 second interval, it doesn’t matter what action could be the...

That timers were not available everywhere at the time of Logux development. It will be cool to migrate to it. Do you want to do it?