thaddmt

Results 13 comments of thaddmt

Can you ask in the JS channel if we can run integration / unit tests on a forked pr? if not maybe we should move this to a branch on...

Thanks @Rajan-Gupta1 I'll work with the team to get this prioritized when possible!

@CodEw47 Is it possible the clock on your device is out of sync with the server? It seems like the reported time is more than 5 minutes earlier than the...

@CodEw47 I'm not exactly sure but it seems like your device is out of sync. Have you tried testing on a different device? or have verified that your date is...

Can you describe more about what you are trying to proxy here? I think in most cases trying to use a different endpoint for performing the video streaming operations would...

There shouldn't be any concerns and is something we're planning to add going forward. For example with AWS Amplify we added some external geocoder providers using amazon location service -...

@nam-truong-le we recently released a patch which should fix the duplicate upload issue which may be related to this issue, could you try upgrading and let us know if you're...

Hi @crorodriguezro crorodriguezro. Thank you for your feature request. We’ll take this into consideration in our roadmap. If others are interested, please +1 or comment on this issue.

@paternina just for reference, we perform a similar check in the component to make sure that a customer has a valid video devices - https://github.com/aws-amplify/amplify-ui/blob/main/packages/react-liveness/src/components/FaceLivenessDetector/service/machine/machine.ts#L961 However we also have a...

Verified this is a bug in auto complete with the ordering of onBlur and onClick events. Here is a stackblitz that shows how to reproduce / work around while we...