Elijah Quartey

Results 64 comments of Elijah Quartey

@[anaya12345](https://github.com/anaya12345) the response you are seeing is expected by AppSync’s design, however this isn’t intuitive so let me briefly explain. The limit parameter is an _upper limit._ When AppSync is...

To perform sorting in flutter you can take a look at the guide I linked above. The linked GH issue has more details on GSI. Let us know if you...

Hey @Ghazanfaru, sorry you are facing this issue. Can you please provide file size example from when you have observed the issue? Can you also provide sample code and reproduction...

Closing due to lack of activity. Please comment here or open an issue if you experience this issue again.

Hey @jamesleech, Thanks for bringing this to our attention. We're investigating a solution. I will provide an update when I can.

Hi @osehmathias, I am unable to reproduce this. `.copyWithModelFieldValues()` returns a new instance of the model which needs to be saved. This example works for me. ```dart final entry =...

Hi @osehmathias My apologies, I cannot reproduce this. I successfully nullified the property when saving before and after. I tested on both iOS and Android with the same Flutter and...

Hi @osehmathias. I looked into this again and could not reproduce. Your workaround is reasonable, but understandably not ideal. Is the same behavior observed on Android? Are you able to...

Hi @osehmathias, apologies for the delay. I was able to reproduce this only on iOS, but not on Android. Are you seeing this issue on Android too? Still digging into...

@osehmathias, understood. Keep up posted. Thanks.