Darshan

Results 96 comments of Darshan

@stnguyen90 I guess it would be a better idea to check for the domain before retrying? I mean if it doesn't match with the one in `.env`, there shouldn't be...

Update: The `audits.resource` label for the linked API Call is set to `message/{request.route.messageId}` which as per [this](https://github.com/appwrite/appwrite/blob/72e00d4b432fa15c8e16d8256d5a267517b48a80/app/controllers/shared/api.php#L37) throws an exception. Looking at the other labels, it should probably be -...

Update: This can sometimes be observed on Cloud too. Reproduction steps are almost similar.

Another Issue: The file itself is recognised as `image/heif` on the console but the actual file is rendered as `text/plain` if you try to open the Image by its full...

Probably coming from here - https://github.com/utopia-php/database/blob/main/src/Database/Validator/Structure.php#L271C17-L284C27.

@7777chaitanya > Hey @eldadfux I was randomly checking the repository. I am curious, Why this PR doesn't have a related issue? I would like to know how this change was...

Update: There seems to be also the case for whitespaces. Using " " (spaces) for both key and value allows saving the preferences. https://github.com/appwrite/appwrite/assets/20625965/2a894283-8b18-4904-aa4c-8041759d32c9

Does the current implementation allow saving custom objects to local storage? If we require that sort of api, we can try to add transformation parameters to allow developers to convert...

I haven't seen an example of Proto in the sample app but looking at `rememberProtoDataStoreTransformSettingState`, I see that its already generic. Agreed that `SettingsValueState` already supports generics which also makes...