Steven Nguyen

Results 1236 comments of Steven Nguyen

So, I just tested a function like this: ```javascript export default async ({ req, res, log, error }) => { const a = {}; const b = {a: a}; a.b...

@neolizee, thanks for raising this issue! 🙏🏼 Would you please expand on why a folder structure would be crucial? As of today, you would create separate buckets for file types/purpose/categories/etc.

@behicsakar thanks for creating this issue! We'll look into this soon. > But the method accepts first email then userId Confusing, why don't you reorder the createMembership method inputs like...

> 1.4.x -> url is NOT required due to [docs](https://appwrite.io/docs/references/1.4.x/client-web/teams#createMembership) @behicsakar, it looks like you're using the web SDK. The URL param is required when using a client SDK. We...

@nick2432, are you still interested in working on this? @gewenyu99, should we update the description or the url param? What should the copy be?

So, what we think so far is there's an error when inserting a runtime into the in memory table we use to maintain the list of active runtimes. Because of...

To add a new provider, they would need to be: 1. Added to [utopia-php/messaging](https://github.com/utopia-php/messaging) 2. Added to appwrite That said, there are big changes with messaging coming soon so trying...

Thanks for raising this! 🙏🏼 Let me bring this up to the team

@ItzNotABug, thanks for raising this! Let me bring it up with the team.

We would like to move forward with updating the [Update user status](https://github.com/appwrite/appwrite/blob/45c44bb51c7438010b3649cf177aae2e57f790f8/app/controllers/api/users.php#L698-L699) API to also delete sessions.