Vincent (Wen Yu) Ge

Results 100 comments of Vincent (Wen Yu) Ge

> Please fix the PR. The `Account.create()` function does not accept a phone number Does it not? 👀 Huuuuhhhhhh

> Hi @gewenyu99, do I need to make any changes as of now? I am not able to see the comment you posted just recently. Nope, I pinged Christy to...

Hey there! There were a lot of big PRs during this Hacktoberfest, and we wanted to give everyone ample time to collaborate with our engineering team. If you were able...

Hey there! There were a lot of big PRs during this Hacktoberfest, and we wanted to give everyone ample time to collaborate with our engineering team. If you were able...

This issue has been open for a while, but I wanted to provide an update. First of all, thank you to all involved in the discussion for contributing. It's super...

> The function itself looks fine to me. > > However, it is meant for the older version of Open Runtimes. @gewenyu99 would it be better to make this for...

@gyamposudodzi We actually don't use this repo, or legacy V2 functions anymore. Appwrite functions V3 has new syntax and new runtimes, so this won't be compatible with the new functions....

@hanskokx I just noticed this. This is a fascinating approach, I mean, we don't expose the Client because it's really supposed to be an internal class. If you need to...

> Since arbitrarily long strings won't be supported due to technical constraints, will it be possible to modify size of strings later? I think the concern is the massive performance...

@Sun3 We're still recommending the [Expand Contract](https://openpracticelibrary.com/practice/expand-and-contract-pattern/) pattern for now. Updating a field directly is not a great idea because how heavy a `[ALTER COLUMN](https://www.w3schools.com/sql/sql_ref_alter_column.asp)` tends to be.