Steven Nguyen

Results 127 issues of Steven Nguyen

## What does this PR do? Update sdk-for-dart version and changelog ## Test Plan sdk-for-dart PR: https://github.com/appwrite/sdk-for-dart/pull/24 ## Related PRs and Issues * https://github.com/appwrite/sdk-for-dart/issues/23 * https://github.com/appwrite/appwrite/issues/3633 ### Have you read...

## What does this PR do? Add methods to match event using regex ## Test Plan Unit tests added ## Related PRs and Issues TBD ### Have you read the...

### 💭 Description Even though the upgrade docs state: > You do not need to run migration when upgrading to a minor version. For example, going from 0.13.0 to 0.13.2...

good first issue

### 👟 Reproduction steps When I use an SDK, the response models are correct for: 1. functions.getDeployment() 2. databases.get() 3. databases.update() ### 👍 Expected behavior The response model is correct....

bug

### 👟 Reproduction steps 1. Create a collection with an attribute that has a dash, like `e-mail` 2. Create a document in the collection 3. Make a `listDocuments()` API call...

bug
database

### 👟 Reproduction steps 1. Create a collection with 2 attributes: `firstName`, `lastName` 2. Create an index with those two attributes like `firstName`, `lastName` 3. Make an API call with...

bug
database

### 👟 Reproduction steps 1. Set `DOCKERHUB_PULL_USERNAME` and `DOCKERHUB_PULL_PASSWORD` in .env file 2. Deploy a function ### 👍 Expected behavior Deployed function builds successfully. ### 👎 Actual Behavior The deployment...

bug
functions

It would be helpful to have an integration for Buffalo similar to how there are integrations for other web frameworks.

Type: Feature
Scope: Integration Package

fixes #194

Scope: Integration Package

Issue: https://github.com/appwrite/sdk-for-flutter/issues/71 SDK Generator PR: https://github.com/appwrite/sdk-generator/pull/495