Divyesh Chitroda

Results 24 comments of Divyesh Chitroda

Transcription that also label the speakers in the audio for each word or dialogue duration can have useful applications and would relate to metadata for STT. So maybe having a...

@lissyx Your concerns are valid. I think extending the API would be reasonable. Currently, STT has pretty limited use case. Sure, adding more data to the output would definitely allow...

None as of now. Please use the workaround if that fits your use case.

We will need some more info to debug the issue. Can you provide the code snippets and reproduction steps?

Amplify does support both username/password and socialWebUI authentication in a single app instance but cannot make this distinction currently for sign out. If hostedUI is configured, browser signout will be...

As mentioned by @richardmcclellan https://github.com/aws-amplify/amplify-android/issues/1287#issuecomment-861658451, Cognito hostedUI `authorize` and `login` [endpoints](https://docs.aws.amazon.com/cognito/latest/developerguide/logout-endpoint.html) does not support `prompt` request param. Due to this limitation the library cannot make the IdP to prompt account...

Amplify calls Cognito's `authorize` endpoint to show hostedUI. It seems to support this feature, we need to call `login` and `signup` endpoints for login and signup respectively. I will discuss...

The error suggests that the identity pool used to federated Google account is not configured with Google. Please check your identity pool configuration in Cognito.

Closing the issue due to inactivity. Please create another issue if you are still facing this problem.

These changes would be required here: https://github.com/awslabs/aws-mobile-appsync-sdk-android/blob/0435eb2b99d2233e5184d66c588e69596b104360/aws-android-sdk-appsync-gradle-plugin/src/main/groovy/com/apollographql/apollo/gradle/ApolloPlugin.groovy#L33 Currently Node.js v14.17.3 is LTS which does not support Apple Silicon. We should probably wait for v16 LTS release before making this change.