Darshan
Darshan
### 👟 Reproduction steps The docs. mention the events for messaging [here](https://appwrite.io/docs/advanced/platform/events#messaging-events), but the Event composer modal in the Function settings does not include any helper for Messaging. See -...
### 👟 Reproduction steps Note: Assuming you already have a list of messages in the Messaging Tab --- 1. Select any message 2. Delete the message 3. The notification appears...
### 👟 Reproduction steps 1. Upload a faulty function manually that fails the building process Example: use `onnxruntime==1.17.1` as a requirement for a Python Function. 2. The build will fail...
### What would you like to share? 1. README.md - https://eddiehubcommunity.github.io/awesome-github-profiles/profiles/ 2. Project Description - https://eddiehubcommunity.github.io/awesome-github-profiles/ Both these URLs return a `404`. ### Additional information _No response_
### 👟 Reproduction steps Appwrite SDKs for Mobile i.e. `sdk-for-android` & `sdk-for-apple` seem to be missing a few classes after the Messaging product was introduced. --- Missing Classes - 1....
### 👟 Reproduction steps 1. https://cloud.appwrite.io/v1/avatars/initials?name=ItzNotABug > the image will be rendered 2. https://cloud.appwrite.io/v1/avatars/initials?name=@ItzNotABug > returns only a square with solid color --- Possible solutions could be - 1. Process...
### 👟 Reproduction steps 1. Create a New Function 2. Add the Name, Select Runtime > Next 3. Upload a `code.tar.gz` > Don't specify Entrypoint > Next 4. Set your...
### 👟 Reproduction steps 1. Open your `.env` & update the `_APP_DOMAIN` & `_APP_DOMAIN_TARGET` to something other than the current domain. Example - Previous: `stack.abc.com`, New: `api.abc.com`. 2. Restart appwrite...
## What does this PR do? Shows a default selected runtime value in the input selector when only one of the supported runtime is available when building a template function....