Brian Cooper

Results 21 comments of Brian Cooper

> [Modulz has been acquired by WorkOS](https://modulz.app/blog/modulz-acquired-by-workos). In the announcement there is the following explanation about this: > > > We don’t have plans to introduce static extraction right now,...

> I encountered a similar problem recently and found out it was the animation hadn't stopped when the node internal position was calculated. So I added a `onAnimationEnd` handler and...

I echo @spsaucier's sentiment -- it would be cool to have this baked into the library as a temporary solution, currently working around it by fetching with manually-created hooks/factories and...

Same issue on Galaxy A54 Appears to be a ubiquitous Android issue

@angelhodar That's excellent! I think first-class Next.js support would be great. Thanks for linking. Your thoughts about iOS 16.4 Web Push are exactly what catalyzed me to look for an...

> Can you try with the playwright flag `playwright test --workers=1` The behavior is the same (no output) with this flag specified. Tested most recently on Bun v1.0.24

I tested on MacOS and WSL with the same issue for the test in the OP. Usually no output, sometimes a `segfault`. Updating the issue to correct details about the...

Hey, I noticed the test passes just fine when I don't have `playwright.config.ts` specified (as a demo, I tried `mv playwright.config.ts playwright.config.ts.bak` then ran the tests). So must have some...

Hey, similar thing (can't install dependencies, `ConnectionRefused downloading package manifest`) on personal VPN. Works fine with it disabled, works fine with `npm`, `yarn`, and `pnpm`, and same issue regardless of...

This wouldn't be the ideal solution for everyone, but since the Bun runtime [handles CJS/ESM resolution under the hood](https://bun.sh/docs/runtime/modules), I would imagine that integrating the Bun runtime to run Playwright...