Sasha Chudesnov
Sasha Chudesnov
Currently, the plugin messes with other tools that might want to use the 8080 port (many development web servers). Since GOG Galaxy only runs on Windows, we can use 0...
Since this package is widely used (by Storybook, Gatsby, and others) and it's not easy to find docs on how it is supposed to be configured (via the `BROWSER` environment...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Code of Conduct - [X] I agree to follow this project's Code of...
### Description When using VSCode as the editor for interactive rebase (git rebase -i), commands like "open changes" when activated from a commit details side panel spawned by clicking on...
Using examples from https://docs.solidjs.com/solid-start/getting-started#project-files Should I add more advanced cases from https://docs.solidjs.com/solid-start/building-your-application/routing as well, or is this enough?
### Platform Web (doesn't happen with the Windows build) ### Steps to reproduce 1. Install a non-QWERTY keyboard layout in the OS 2. Try performing any task using a keyboard...
Revival of https://github.com/momentum-mod/panorama/tree/feat/hud-customizer-v1 Closes momentum-mod/game/issues/2158 ### Checks - [ ] **I have thoroughly tested all of the code I have modified/added/removed to ensure something else did not break** - [x]...
### Preliminary Checks - [x] I have read and understood the important section above. - [x] I have searched existing issues and avoided creating duplicates. - [x] I am not...
This check doesn't guarantee that passing `'@testing-library/jest-dom/vitest'` as setupFiles to Vitest is safe. The current check: https://github.com/solidjs/vite-plugin-solid/blob/904b25b6b846a20549281e576947cf5fbb5d55ba/src/index.ts#L182-L191 only verifies that **`eslint-plugin-solid` itself** can resolve `@testing-library/jest-dom/vitest`. It does **not** guarantee that...