crtl

Results 13 comments of crtl

same, it seems `SliverStaggeredGrid` was removed without any info in the changelog.

See #210 for info why it isnt supported anymore (performance). The main problem is that there is no info in changelog and no migration guide / recommendations.

@letsar > See #210 for info why it isnt supported anymore (performance). The main problem is that there is no info in changelog and no migration guide / recommendations.

I am having a similar issue. Under windows using git bash there is no globstar. So even when I wrap it in a string it only enters the first subdirectory....

Ive left out some styles in this example but I have other styles for `PrimaryIconButton` too.

I havent found any documentation for these fields but they are present in the firebase sdks. The following code is taken from the firebase admin nodejs sdk: ```typescript // admin.messaging.NotificationMessagePayload...

I am using a helper function to create and wrap styled function components and it worked using create-react-app but using vite I have to reload for every change. ```typescript import...

Ok. So the OAuth2 does not define a length for `client_id` and `client_secret`: From the [OAuth2 RFC-6749, Section 2.2 Client Identifier](https://tools.ietf.org/html/rfc6749#section-2.2): > The client identifier string size is left undefined...

1. The length of `40` is not documented 2. When creating my schema I have to guess the length (maybe it changes) and I have no control over it. 3....