kc

Results 70 comments of kc

Hi @osehmathias thanks for sharing. It appears there's an issue with your `createdAt` and `updatedAt` fields being null and causing an issue with JSON serialization. Those fields should be set...

Hey @osehmathias can you please remove those fields? They are created and populated automatically within Amplify so creating them again can break the serialization step.

Hi @LijaAlex12 currently there is no direct SDK support for AWS Lex Bot in Amplify Flutter. However, you can use an API to communicate with Lex: \ https://docs.aws.amazon.com/lexv2/latest/dg/API_Reference.html In which...

Hi @fengkaijia, thanks for creating this issue. We have labeled this as a feature request and will discuss internally on how we might resolve this in the future.

Having the same issue, creating a basic table and then adding/removing rows on a local setup does not trigger the Supabase Dart SDK's listen method. The following code only runs...

Indeed bump on this issue. For my case, best workaround I see is to create a markdown file, and then @ reference it and ask ai to respond there.

Hi @skim037 sorry to hear you're having this issue. **This is my understanding of your problem:** 1. On an iOS physical device 2. When default authorization mode is Cognito User...

Hi @skim037 I haven't been able to replicate your issue on an iOS simulator or physical iphone. **Setup:** I used your Todo model with same auth rules except for iam....

Hi @skim037 thanks for the extra information here. So it sounds like you also don't get the issue when just using one model like I did. I can update my...

Hi @skim037 I am still unable to reproduce on simulator or iPhone device. I added iam auth. I also added all of the models defined in your schema.graphql file provided...