Steven Nguyen

Results 1215 comments of Steven Nguyen

FYI, min value is -9223372036854775808 and max value is 9223372036854775807. Something seems to be rounding the values to -9223372036854776000 and 9223372036854776000….

As mentioned in [this related discord thread](https://discord.com/channels/564160730845151244/1220421739029332119), I think the problem is due to how [BigNumber](https://mikemcl.github.io/bignumber.js/#toJSON) is stringified here: https://github.com/appwrite/sdk-for-cli/blob/8511dcdff5435abbcd0c39507f458857c60c93c2/lib/client.js#L170 I think we should try using `JSONbig.stringify()` like we do...

I'm going to add the hacktoberfest-accepted label just so you get credit, but we'll probably close this PR since we need the change in the SDK generator repo.

closing as change needs to be done in sdk-generator repo.

@gewenyu99 what do you think of this? Perhaps the first "How would you like to start?" should have two options: 1. Create a new organization 2. Use an existing organization...

> `ERROR AppwriteException: User (role: member) missing scope (collections.read)` Actually, this particular error was due to a [bug](https://github.com/appwrite/appwrite/issues/3504) in Appwrite which should be resolved as of Appwrite version 0.15.2. There's...

Also, ideally, there shouldn't be a need to upgrade your SDKs right away. They *should* be backwards compatible (at least for 1 version).

@adarshjhaa100, assigned! Thanks for your interest! 🙏🏼

> But, for the `appwrite init [subcommand]`, it displays the following error message which seems to be appropriate to me: `✗ Error Project is not set. Please run appwrite init...