Steven Nguyen

Results 127 issues of Steven Nguyen

According to MDN (https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/pattern#overview), the RegExp flag was changed from 'u' to 'v' around mid-2023, so jsdom should update to match that. Fixes: https://github.com/jsdom/jsdom/issues/3680

### Basic info: - **Node.js version:** v20.8.0 - **jsdom version:** 24.0.0 ### Minimal reproduction case ```js const jsdom = require('jsdom'); const { JSDOM } = jsdom; const pattern = String.raw`^(?!-)[[A-Za-z0-9\-]]+([[\-\.]]{1}[[a-z0-9]]+)*\.[[A-Za-z]]{2,18}$`;...

## What does this PR do? Add DB env vars to webhook worker since every worker requires the DB env vars because a connection is created on init. Fixes: #7844...

## What does this PR do? See https://github.com/appwrite/sdk-for-cli/issues/116 ## Test Plan Manual ## Related PRs and Issues - https://github.com/appwrite/sdk-for-cli/issues/116 ## Checklist - [x] Have you read the [Contributing Guidelines on...

### 👟 Reproduction steps 1. Start a 1.5.x version of Appwrite 2. Trigger an event 3. Look at the docker logs of the webhooks container ### 👍 Expected behavior No...

bug

### 🔖 Feature description For the error types exposed [here](https://appwrite.io/docs/response-codes#errorTypes) we should have a class with constants or an enum so we don't have to manually put the string in...

hacktoberfest

### 💭 Description Inline docs are helpful as they can provide help in the editor when a developer hovers over a method. Docs can be copied from https://github.com/appwrite/sdk-generator/pull/671 - [...

help wanted
hacktoberfest

## What does this PR do? Merge master into feat-python-type-hints to fix build errors. ## Test Plan Builds should pass ## Related PRs and Issues * https://github.com/appwrite/sdk-for-python/issues/43 ### Have you...

### 💭 Description Add unit tests for each SDK For reference on how to do this, refer to the Flutter/Dart templates: https://github.com/appwrite/sdk-generator/pull/673 - [ ] android - [x] cli -...

help wanted
hacktoberfest

## What does this PR do? The [example.php](https://github.com/appwrite/sdk-generator/blob/66ae91ffd298bce9eb534d956879e58b7cce64d5/example.php) we provide requires fiddling to select which SDK to build. This PR introduces a build script where you can pass arguments for...