Roman Orlov

Results 11 issues of Roman Orlov

...and fall back to browser default on error.

I see dll from 2018 inside NuGet package ![image](https://user-images.githubusercontent.com/3350070/73448736-96968100-4372-11ea-8bce-0e38f71f9904.png) and the latest one is one year newer: https://github.com/facebook/zstd/releases ![image](https://user-images.githubusercontent.com/3350070/73448869-e412ee00-4372-11ea-83cb-16b28b9b7b2c.png)

There is a new 1.5.0 version of zStandard: https://github.com/facebook/zstd/releases/tag/v1.5.0

I have a list of elements. Some elements may have children elements. And so on. Basically, I have a tree. :) I show this tree as nested lists, and I...

Since vs-repeat uses new trimmed collection it is impossible to use $index to refer element in original collection. This problem can be solved by adding index inside the elements of...

https://github.com/pc035860/ngQueue/blob/536f6d11ae14862ba8e0093905e8427e43277e10/package.json#L5 instead of `"main": "ngQueue.min.js"`

There is an example for those who want to move from buggy exif-js. Current code: https://github.com/kirill3333/react-avatar/blob/master/src/avatar.jsx#L198-L209 ``` import EXIF from "exif-js"; ... onFileLoad(e) { e.preventDefault(); this.onBeforeFileLoadCallback(e); if (!e.target.value) return; let...