Alexey Ryabov
Alexey Ryabov
Issues: #34 #35
## 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...
**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:  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. 
## 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...