Oscar Hermoso
Oscar Hermoso
I'm currently using VirtScreen with a 3440 x 1440 display, but the GUI caps out at 1920 x 1080. It would be great if these values could be raised. In...
Closes #35 Raising this as a draft PR initially, because there is some more work to do and I wanted to check my approach first. ## Progress - I have...
### Steps To Reproduce 1. In the desktop client for Bitwarden, open any "Item" 2. Click on "Copy Username" or similar 3. Immediately `Alt`+`Tab` before the grey "Username copied" notification...
Before anything else, thanks to everyone working on this project and anyone who spends time looking at this issue. :slightly_smiling_face: I've created this issue as a bug because my understanding...
Might need a clarifiaction, I tried googling and couldn't find anything Thanks 🙂
(fixes #9780) Expand below to see recorded GIF of the issue - notice that on "forward" navigation the browser renders the endpoint response from cache, instead of the expected HTML...
### Describe the bug Set up: Visit a page with client side navigation, where the destination `+page.svelte` file is in the same directory as a `+server.js` GET request handler, and...
### Describe the problem Unable to resolve accessibility warnings ([no-interactive-element-to-noninteractive-role](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/no-interactive-element-to-noninteractive-role.md)) for elements that are not described by [exisiting ARIA widget roles](https://www.w3.org/TR/wai-aria-1.1/#widget_roles) For example, the `Cropper` component from [Svelte Easy Crop](https://github.com/ValentinH/svelte-easy-crop)...
Interactive elements that are not described by existing ARIA widget roles should have `role="application"`, and should resolve warning [no-interactive-element-to-noninteractive-role](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/no-interactive-element-to-noninteractive-role.md) For example, the `Cropper` component from [Svelte Easy Crop](https://github.com/ValentinH/svelte-easy-crop) does match...
Currently, `unicorn/numeric-separators-style` reports an error for this code: ```js // hot code path, precalculate 4 (sqrt(2) - 1) / 3 const kappa = 0.55228474983; // ^^^^^^^^^^^^^ // Invalid group length...