Results 8 issues of Shawn

Calling `record.start()` right after opening the app wouldn't work well, especially on iOS. Detailed video: https://vimeo.com/730520317 In the video, the red, round button on the bottom of the home screen...

Fetching documents using collectionGroup() throws "unavailable" error in certain circumstances. This results in an error: 1. Turn off wifi and cellular data (no internet connection) before the app is opened...

type: bug
plugin: cloud_firestore

### Plugin share_plus ### Use case Disable touch inputs when share screen is opened Currently looks like: https://vimeo.com/746740170 In the video, "Invite Friend" button calls `Share.share("You can get ...")` I...

enhancement
share_plus
all

Hi, I'm just wondering what `pageKey` exactly do in `.addPageRequestListener((pageKey) {})` and `.appendPage([items_here], nextPageKey)`. README only shows how to use it (like when appending a page, nextPageKey = pageKey +...

Every time `.appendPage()` is called, jank happens for some reason Appending 10 "messages" (which are widgets) at once: https://vimeo.com/744686389 Appending 1 message at once: https://vimeo.com/744686802 Appending 3 messages at once,...

**Search terms you've used** I searched "CodeSandbox" in this repository issues. There was none **Describe the bug** On [this page](https://solidproject.org/developers/tutorials/first-app), the [CodeSandbox example for the example app](https://codesandbox.io/s/github/solid/solidproject.org/tree/main/_posts/developers/apps/inrupt-tutorial/codesandbox/?hidenavigation=1&module=%2Findex.js&view=editor) doesn't work with...

**Search terms I've used** https://github.com/solid/solidproject.org/issues/492 : I agree with him, but nobody cared https://github.com/solid/solidproject.org/issues/649 : somewhat related **Is your feature request related to a problem? Please describe.** - [The current...

## What feature would you like to see? Android 11 has recently introduced [conversation notification](https://developer.android.com/develop/ui/views/notifications/conversations), which allows us to display the user's profile photo on the notification. To support Conversation...

type: feature request
api: messaging