Steven Nguyen
Steven Nguyen
### π Reproduction steps A few users have reported this problem, but I'm not sure why it happens. One can reproduce this by removing the container via the Docker CLI...
## What does this PR do? 1. Update composer.json so that we can run `composer update` rather than `composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts --prefer-dist` 2. Add composer scripts to...
## What does this PR do? During build, every appwrite service builds an image even though they are all the same. This change speeds up the build step by only...
## What does this PR do? Some of our tests use `sleep()` to wait for the processing to complete before testing. This can add up and really slow down tests....
### π Feature description pub.dev score: https://pub.dev/packages/appwrite/score 1. [ ] Use an OSI-approved license. Sample projects with a valid [BSD-3](https://opensource.org/licenses/BSD-3-Clause) license * [url_launcher](https://github.com/flutter/plugins/blob/main/packages/url_launcher/url_launcher/LICENSE) * [device_info_plus](https://github.com/fluttercommunity/plus_plugins/blob/main/packages/device_info_plus/device_info_plus/LICENSE) * [intl](https://github.com/dart-lang/intl/blob/master/LICENSE) 3. [ ]...
# πΒ Introduction Appwrite is all about open source and community π₯ To emphasize this, we want to provide Appwriters with a **huge amount** of example projects that many use...
## What does this PR do? Add tutorial for how to add SMS provider based off the oauth tutorial ## Test Plan Manual ## Related PRs and Issues None ###...
### π Reproduction steps 1. Subscribe to `documents` channel 2. Update an accessible document For more info on our Realtime API, refer to our [docs](https://appwrite.io/docs/realtime). ### π Expected behavior The...
### π Reproduction steps 1. Subscribe to `files` via Realtime API or create a Function that triggers on file creation 2. Create a file bigger than 5MB ### π Expected...
## What does this PR do? Update example.php to fetch specs from appwrite repo. This will make it easier to generate SDKs since there's less to update or figure out...