Mike Deverell
Mike Deverell
Fixes #158.
## Bug Report - @cypress/[email protected] - Mac - Expected behavior: Installing with Yarn 3 and PnP should successfully run @cypress/snapshot's postinstall script - Actual behavior: Installing with Yarn 3 and...
We'd like to be able to use the Http Notifier to call webhooks which have a secret token as part of the url, the same as is allowed by the...
While running tests in watch mode, the tests sometimes re-run an indeterminate number of times. Sometimes they don't re-run at all, but sometimes they re-run 3 times or more before...
The project is currently up around 90% code coverage. While code coverage is not an entirely reliable metric of code quality, there's not much reason that a small library such...
It looks like [`getComputedStyle`](https://developer.mozilla.org/en-US/docs/Web/API/Window/getComputedStyle) returns a "live" [`CSSStyleDeclaration`](https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration) that automatically updates its properties. It'd be nice to check out how we could use this to our advantage for performance, or...
In some browsers, `getBoundingClientRect()` forces a new layout calculation on each call. Currently, the resize-observer module calls `getBoundingClientRect()` multiple times during each animation frame, especially when the size has changed....
In the spirit of welcoming 3rd-party contributions, we need to spruce up our documentation throughout the project. One part of this is clearly outlining the technical requirements for contributing to...
Is this library compatible with server-side rendering implementations?
Per #373: PaginatedDataTable2State.dispose() does not call `controller._detach()` in its `dispose()` method: https://github.com/maxim-saplin/data_table_2/blob/879f9baa25751dd928d2cc8511d95d519cd551bb/lib/src/paginated_data_table_2.dart#L580-L583 Right now, a consumer that passes a PaginatedController into a PaginatedDataTable2 is unable to use `PaginatorController.isAttached` to tell...