Steven Nguyen

Results 127 issues of Steven Nguyen

### 🔖 Feature description Every SDK should have both download and get URL methods. ### 🎤 Pitch 1. Consistency - Currently, the SDK for Web generates a URL, but most...

help wanted
hacktoberfest

### 👟 Reproduction steps 1. Create a custom domain for a project 2. Create another custom domain that's the same as in step 1 ### 👍 Expected behavior Error indicates...

bug
good first issue
hacktoberfest
ui/ux

### 👟 Reproduction steps 1. Create a collection with an attribute containing a period (.) 2. Create a document in that collection ### 👍 Expected behavior The document is created...

bug
database

### 🔖 Feature description If there's a database error, Appwrite returns: ```json { "message": "Error: Error handler had an error", "code": 500, "file": "/usr/src/code/vendor/utopia-php/framework/src/App.php", "line": 610, "trace": [ { "file":...

database
feature

### 👟 Reproduction steps 1. Deploy a dart function like: ```dart Future start(final req, final res) async { throw new Exception('panic!'); } ``` 2. Execute the function ### 👍 Expected...

bug
functions

### 👟 Reproduction steps 1. Create a bucket on a 0.15.x instance 2. Set the `permission` to `document` 3. Upgrade 4. Migrate ### 👍 Expected behavior The migrated bucket should...

bug
storage

## What does this PR do? Remove the PDO rethrow. The PDOException was rethrown in general.php so that it could be caught in the catch block of http.php. However, [a...

## What does this PR do? Ensure bucket permission is migrated correctly ## Test Plan 0.15.x shows `permission` as `file`: migrating to 1.0.x without the fix sets `fileSecurity` to `false`:...

## What does this PR do? Because the deployment event was missing the project ID, the realtime event never fired. ## Test Plan Debug logs before change: ``` appwrite |...

### 🔖 Feature description pub.dev score: https://pub.dev/packages/dart_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. [ ]...

good first issue