Binyamin Yawitz
Binyamin Yawitz
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary Adding [Bun](https://bun.sh/) as a Coolify base package. Bun is a **real fast**...
### 👟 Reproduction steps ## The problem Appwrite main container freezes and Swoole is crashing for 30 seconds +- when accessing Appwrite api from a cloud function. Take this JavaScript...
### 🔖 Feature description An enum that is composed of all available environment variables. Maybe, something like this ```php enum AppwriteEnv: string { case AppLocale='_APP_LOCALE'; case AppEnv='_APP_ENV'; case AppOptionsAbuse='_APP_OPTIONS_ABUSE'; case...
### 🔖 Feature description Give the option to provide the GitHub private key in base 64 format, which could be in some extra env variable. ```yaml _APP_VCS_GITHUB_PRIVATE_KEY= _APP_VCS_GITHUB_PRIVATE_KEY_BASE64=YWZhZWZhZWFmYWVmYWVhZmFlZmFlYWZ..... ``` ###...
### 🔖 Feature description Adding a few flags to Appwrite [migrate](https://github.com/appwrite/appwrite/blob/main/bin/migrate) CLI runner. - `--from-version` - set the version in which you've upgraded, the migration will start from that one....
### 👟 Reproduction steps When publishing any function to Appwrite using the latest `8.0.1` version you get an error like this > Because every version of appwrite_function from path depends...
### 🔖 Feature description Adding the option to select **n** items as random. The implementation would look something like this ```php $documents = static::getDatabase()->find('movies', [ Query::random(), Query::limit(5), ]); ``` Or...
### 🔖 Feature description Adding Login with Twitter option in auth. I can add the provider. ### 🎤 Pitch Twitter is popular and has [full support](https://developer.twitter.com/en/docs/authentication/guides/log-in-with-twitter) for OAuth protocols. ###...
## What does this PR do? (Provide a description of what this PR does and why it's needed.) ## Test Plan (Write your test plan here. If you changed any...
## What does this PR do? (Provide a description of what this PR does and why it's needed.) ## Test Plan Tested against local deployment ## Related PRs and Issues...