Isaiah Banks

Results 3 issues of Isaiah Banks

## What does this PR do? Fix deno runtime import links. ## Test Plan - Run appwrite cli command `appwrite init function` and choose deno runtime. - Go into `function/src/deps.ts`...

### 👟 Reproduction steps Run `appwrite init function` and select the deno runtime. Deploy the function. ### 👍 Expected behavior It should deploy. ### 👎 Actual Behavior It fails to...

bug

Just added a quick regex check before generating Select/Enum values for identifying invalid starting characters based on the language specification. For example a Select with the values `1, 2` would...