Eldad A. Fux

Results 262 comments of Eldad A. Fux

@superseby2 please share the URL of the Appwrite link you were redirected to.

This is actually already IN WORK before we’ve seen this issue 😅 Learn more at: #2747

When adding $createdAt and $updatedAt we had a similar discussion around how much should we abstract and how much we shouldn't. It is impossible for us to draw the right...

Appwrite also maintains audit logs for most of the write events in the server. I wonder if it would be beneficial for your use case if we would have exposed...

We had initial thought on adding a separate library that will act as a proxy in front of Appwrite and sync any changes and provide offline cache depending on the...

I'll leave this issue open, and we'll update when we make progress in this front.

@stnguyen90 please provide more context about this PR and its context.

Screenshots please

@TorstenDittmann will it make sense to allow type `any`, store it as string internally, and cast it to proper type for the response model? @christyjacob4 will something like this add...

@manishkumar-dsi good catch, I wonder if a full form reset would make more sense here since this is a super global component and handling just checkboxes might be very specific.