Rikard Teodorsson
Rikard Teodorsson
## Pull Request - Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy). - Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE). - Link this pull request to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ## Issue Failing test case for #8811...
### New Issue Checklist - [X] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [X] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [X] I have searched through [existing issues](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). -...
Adds support for StaggeredGridLayoutManager
Would it be possible to add a single tap listener (like the `setSwipeDismissListener(...)`)? Like adding `finish()` when the user taps on the image. It is a bit annoying to have...
From https://github.com/Arctosoft/Valv-Android/issues/23#issuecomment-1950223767: > The auto delete mechanism should use a shredder strategy to avoid data recovery. A random data overwrite + 0s overwrite would be enough (the last run should...
### New Issue Checklist - Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy). - Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE). - Before posting search [existing issues](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ### Issue Description With Live Query configured and...
### π Reproduction steps Go to a function and press Execute in the console. ### π Expected behavior The execution window should show. ### π Actual Behavior The execution window...
### π Reproduction steps Upgraded from 1.5.10 to 1.6.0 and now all `databases.createDocument(...)` calls from functions return a list of documents (like when you call `databases.listDocuments(...)`). No new document is...
### π Reproduction steps When running `appwrite push functions --all` the CLI gives the error `Invalid 'specification' param: Specification must be one of:` ### π Expected behavior The push works....
### π Reproduction steps Using the example code in the readme with `uses: appwrite/setup-for-appwrite@v2`. ### π Expected behavior The action works ### π Actual Behavior Action fails with "Unable to...