Danil Valov

Results 16 issues of Danil Valov

Я протестировал на многих Macbook'ах Pro эту проблему - на некоторых она проявляется (где-то с 1 из 20 Macbook Pro возникает данная проблема, и только в Chrome). Приведу сразу результаты...

Please, add support YaBrowser to script: ``` ... /* Yandex Browser */ (/yabrowser\/(\d+)\.(\d+)/.test(ua) && (re = RegExp)) ? g + ' yandex yandex' + re.$1 + ' yandex' + re.$1...

**Is your feature request related to a problem you are facing?** Now there is [a stub for PIP button pressing on iOS](https://github.com/jitsi/jitsi-meet/blob/36963d6dfb0ec8a7b4d1e208aac2f4aa0f527b3d/react/features/mobile/picture-in-picture/actions.ts#L34). It will be nice to have correct logic...

feature-request

Related issues: https://github.com/mrjono1/joi-to-typescript/issues/351 https://github.com/mrjono1/joi-to-typescript/issues/352

`InstallationResult` value in result of `addIntentSelectionListener` event has string type (ex.: `"6"` for cancelled). But `IAUInstallStatus.CANCELED` has number type (`6` for cancelled). Temporary fix is: ```js inAppUpdates.addIntentSelectionListener((intentResult) => { switch...

I have a string with elements. When there are a lot of them, a scrollbar appears. But I can't continue selecting elements outside of the visible area. How to do...

Please, add `selectingClassName` option for `` component. Often we need to know about the selection process in CSS (for special effects and rules).

Hello. I have fonts with url in style.css: ``` ../fonts/font-name.eot?mjlrlo#iefix ``` This plugin ignore this fonts because `path.extname(result[1])` !== '.ttf' from my `extensionsAllowed` option (`extensionsAllowed: ['.eot', '.svg', '.ttf', '.woff']`). Please,...

Please, update your example. You need change: ``` import {Provider} from 'react-redux/native'; ``` to: ``` import {Provider} from 'react-redux'; ``` And change: ``` {() => } ``` to ``` ```...

What about adding "Update" commands, not only install/uninstall?