Tyler Breisacher

Results 40 comments of Tyler Breisacher

I think I've managed to get this working on jitpack: see the last couple of commits at https://github.com/MatrixFrog/Android-ScalableVideoView You can use my fork of this library by following the instructions...

Just noticed I forgot to include the jitpack repo, if the above doesn't work try 4f6dad990d17ce42894df993780b5386a9c11b85 instead of 11ca8a

yeah i'm happy to leave them up on my github

RN meaning react-native? Is there a little sample react-native project I can test on or something?

I think I found the error you're talking about: > Error: crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported Will try to look into it further tomorrow.

so i guess the easiest might be to just tell users they need to add `import 'react-native-get-random-values';` before importing the datastore package, which presumably would be a breaking change. kind...

This is the same approach taken here: https://github.com/aws/aws-sdk-js-v3/blob/main/README.md#getting-started what do you think?

If I could get a review on https://github.com/aws-amplify/amplify-js/pull/8960 that would be great :) It won't eliminate all instances of this warning but it's a step in the right direction!

It's just removing a dependency that doesn't need to be there. I just did `cd packages/api-graphql; git grep uuid` to find that the uuid package is never used within the...

(I also tried in a separate PR to upgrade to the latest version of `uuid`, in the other package.json's that reference it, but that caused some build errors that I...