Alex Miller
Alex Miller
PR to resolve #454 Reproduction of the issue: https://github.com/Codex-/rg4js-init-issue Details of the issue: https://github.com/Codex-/rg4js-init-issue/tree/patch_test#rg4js-initialisation-issue-reproduction I have tested this via a patch with logging on a branch which can be found...
These changes originally used #433 as the base and were just some things I noticed while chasing down that bug. - Remove nested promise in the `originalFetch`'s promise `then` function....
### Describe the feature or problem you’d like to solve Currently there is no clear or clean way to determine the ID of the run when dispatching: ``` $ gh...
Hi all, hoping this has all the information you need. I originally thought I had simply encountered a bug with `ElementCompact` typings, however this appears to be in the typings...
As in the screenshot below, DPI scaling results in blurry text instead of scaling properly 
https://github.com/jezen/is-thirteen/blob/e2ef93eba94fb5faed79ebc73f4cd5dddb6d6307/consts.js#L11 `Access Denied`
### Description fix #11857 Adds a simple `isUrl` utility function that simply uses the node implementation of `URL` to validate a URL before attempting to normalize the value. ### Additional...
### Describe the bug If you use a full URL as the base path in your vite config: ```ts export default defineConfig({ plugins: [react()], base: "https://assets.site.com/", }); ``` And reference...
This PR allows users of `@happy-dom/jest-environment` to pass through non-deprecated configuration options from `IBrowserSettings` to happy-dom via `testEnvironmentOptions` in the jest config. This retains the existing behaviour of setting the...
Related: #521 Creating a new issue regarding this as I can recreate this 100% of the time. I spent a few hours trying to work out why my PC couldn't...