Steven Nguyen

Results 1190 comments of Steven Nguyen
trafficstars

@CEOSiyris, for now, instead of `InputFile.fromBuffer(buffer, 'name.png')` try this: ```node new InputFile(Readable.from(buffer), "name.png", Buffer.byteLength(buffer)) ```

> If you will not be providing the ability to query by equality to `null` then at least allow setting empty string as a default value for attributes (currently when...

@ddenev, I tested by creating an attribute with default as `""` rather than null. As such, I would expect the default value to be `""`, but they ended up being...

> @stnguyen90, sorry, could you clarify? > > Are you inputting `""` (two double-quotes) in the input field or are you NOT providing any value at all? @ddenev, not putting...

@Meldiron And now there are merge conflicts. Perhaps it's possible to break down this PR?

For the core team, I tested this on 0.13.4 and got the follow in my appwrite logs: ``` appwrite | [Error] Type: PDOException appwrite | [Error] Message: You have an...

[utopia-php/[email protected]](https://github.com/utopia-php/database/releases/tag/0.18.9) doesn't have the fix. Waiting for the next version of utopia-php/database to be released and then Appwrite to upgrade.

Hi @binhodev! Thanks for raising this issue! 🙏 > For example, the user has a time limit to create a new post, for which he would consult the time from...

@lohanidamodar, here's an issue to track each SDK that needs the fix for response model.