Alexey Ryabov

Results 9 issues of Alexey Ryabov

## Bug report In Outer Scrollable story, Dialog Overlay has a scroll but Dialog is closed when clicking on Overlay's scrollbar which makes it impossible to scroll using left mouse...

Type: Bug
Topic: Accessibility
Resolution: Needs Investigation
Difficulty: Hard
Package: react/alert-dialog
Package: react/dialog

**Fixes:** https://github.com/modulz/stitches/issues/979 **Previous behaviour:** ```jsx const StyledButton = styled('button', { color: 'red', }) const Button = (props) => { return React.createElement(StyledButton, props) } const CustomStyledButton = styled(Button, { backgroundColor: 'blue',...

Can't bundle it via Webpack because `usocket` depends on `debug` package but it's not present in my project: ![image](https://user-images.githubusercontent.com/10157660/136378397-771d8648-3a16-41f0-9472-29a291d4fd7d.png) Related issue: https://github.com/jhs67/usocket/issues/10

It would be nice to have an access to a message in method handler. Currently, we only have message body but sometimes you need to know, for example, who is...

According to docs https://filestack.github.io/filestack-js/interfaces/pickerfileerrorcallback.html `onFileUploadFailed` has two arguments `(file: PickerFileMetadata, error: Error)` but in version 3.x.x second argument is File. In version 2 everything works as expected. ![filestack_error_issue](https://user-images.githubusercontent.com/10157660/66639245-2e832a00-ec1f-11e9-8a91-175bf556a097.png)

bug

## PR Checklist - [x] Addresses an existing open issue: fixes https://github.com/typescript-eslint/typescript-eslint/issues/9028 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [Contributing](https://typescript-eslint.io/contributing) were taken ## Overview...

I've noticed that when parsing some URL with reserved characters in `query` component, it does percent-encoding of a whole `query` instead of only invalid characters which is different behavior from...

Currently, `nuqs` doesn't encode certain characters (e.g. `[`) in URI which might produce some issues between different environments. For example, when Safari on iOS identifies `[` or `{` symbol in...

bug