Benjamin Lord

Results 10 comments of Benjamin Lord

I was considering this library but this feature not working is a total dealbreaker. It's a standard convention for zoom in/out, etc. Other libraries seem to work around this by...

+1 I feel like the assumption that all chunks should simply be prepended into the `` is limiting, and possibly counterproductive. Our use case is an app designed for extremely...

Thanks. Great to know this is at least possible. The immediate concerns I would have would be: - how would typechecking work for the components? Would we be typechecking the...

Hi 👋 Can the team please offer some sort of expected timetable for this to be resolved? Flat config is the default in ESLint 9, which has been out for...

So, the [Annotations](https://playwright.dev/docs/test-annotations) docs currently say that: > [test.fixme()](https://playwright.dev/docs/api/class-test#test-fixme-1) marks the test as failing. Playwright Test will not run this test, as opposed to the fail annotation. Use fixme when...

Well, `yield` and `return` expressions both "return" values. One needs to distinguish between the keyword and the concept. `return yield` is unnecessary in sagas because the `yield` returns the effect,...

The functionality here is crucial for my team to use this package. This PR appears to have been abandoned, and now unsurprisingly conflicts greatly. @josdejong what would be your level...

+1 for this. I want to be able to demo concurrently running tests on a video call. The audio and text-to-speech involved is overwhelming, and there's no apparent workaround.

@josdejong Thanks, I'm very familiar with the landscape of evergreen browser tech. I work on enterprise products for connected televisions, some of which run on highly antiquated browser runtimes. An...