George Griffiths

Results 9 issues of George Griffiths

I've seen this with a few native modules that when they try to be used within the new NodeJS Workers feature they don't work. I've been using this lib via...

## What are the steps to reproduce this issue? 1.With the following config ```ts import { defineConfig } from "orval"; // eslint-disable-next-line import/no-default-export export default defineConfig({ zod: { input: {...

zod

I'm consuming a react library (emoji mart) that happens to use shadow dom internally. I've found that this library breaks when its contents have shadow dom, it seems to prevent...

We have this setup in our code tsconfig ``` { ... "exclude": [], "compilerOptions": { "baseUrl": ".", // This must be specified if "paths" is. "paths": { "@/*": [ "./playwright-tests/*"...

**Describe the bug** When doing this in playwright ```ts const results = await new AxeBuilder({ page }) .withTags(["wcag2a", "wcag2aa", "wcag21a", "wcag21aa"]) .analyze(); ``` Enable videos in the playwright config file...

web-apis

🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...

### Which packages are impacted by your issue? @graphql-codegen/visitor-plugin-common ### Describe the bug I've noticed it's possible to generate invalid typescript where two keys have the same name. I've got...

### Describe the bug When running with coverage TypeError: Failed to fetch dynamically imported module: http://localhost:63315/@id/@vitest/coverage-v8/browser?import It fails to import the module, most likely because in this setup modules are...

feat: browser
pending triage