Steven Nguyen

Results 1214 comments of Steven Nguyen

Hmmm we could try to change how we create the collections and attributes: 1. Create all collections concurrently 2. Concurrently for each collection, create all attributes sequentially 3. Wait for...

@Arman-ali-khan-786 thanks for the suggestion! 🙏🏼 Unfortunately, I don't think we want to add that to our repos as it may clutter the readme.

@loftwah thanks for creating this issue! 🙏🏼 This is definitely something we want to add!

Looks like this was addressed for the case where the code is less than 5MB: https://github.com/appwrite/sdk-for-cli/blob/b4619977eb95ca6650aa5291eb6a26d6bfa46eda/lib/commands/functions.js#L333-L338 but may still happen if the code is more than 5MB: https://github.com/appwrite/sdk-for-cli/blob/b4619977eb95ca6650aa5291eb6a26d6bfa46eda/lib/commands/functions.js#L367

@sara-k-48, any thoughts on this?

The current CLI is pretty slow because it has to spin up a docker container to execute one command and then tear down. In addition, passing objects into the CLI...

@christyjacob4, what are the next steps on this?

@hemangjoshi37a, I'm more than happy to reopen this if you still need help troubleshooting. Looking at the error, it seems the hostname may be incorrect or not set. What did...