Nikola Hristov

Results 20 issues of Nikola Hristov

Does [children prop](https://github.com/theKashey/react-focus-lock/blob/master/src/Lock.js#L150) of FocusLock required to be a single node or even a single dom node? Does the `as` prop expected to forward a ref to a dom node?...

Hi, I am trying to avoid cloning data while using unique_by and returning a reference to Self::Item, but there is an issue with the lifetimes. How can i do that?...

Video released prop must be declared optional. In cases when there is no information about the released date of a future video (eg TBA), no value (or null) must be...

enhancement

Adding `cause` can help debugging. For example [this](https://github.com/Stremio/stremio-web/blob/development/src/services/Chromecast/Chromecast.js#L23) Error should look like: ```js error = new Error('Google Cast API not available', { cause: args }); ```

good first issue
low-hanging-fruit

sometimes text color and background color could match, which will decrease readability

As the title says, we need to add better support for RTL languages

enhancement

Add the `Upgrade` button in addon details modal

good first issue

Some keyboard shortcuts interfere with browser shortcuts. UI events shouldnt be handled if some modifier key is pressed (eg ctrl shift)

bug

For me 2.2.4 fails with `Error: Invalid ebmlName 'TimecodeScale'` when i require it. Tried to change TimecodeScale > TimestampScale but then it fails with another `Error: Invalid ebmlName` TimecodeScale existed...