Atonamy

Results 10 comments of Atonamy

I found what cause this issue, you see in the [article](https://mozilla.github.io/firefox-browser-architecture/experiments/2017-09-21-rust-on-android.html) it instruct to use > make_standalone_toolchain.py --api 26 but in real world we actually should use > make_standalone_toolchain.py --api...

It must be added in documentation here https://vuejsexamples.com/vue-js-toast-notification-plugin-for-vue-3/

The issue still didn't fix? I face exactly the same problem `sam sync` is not an option for me.

I wonder how did manage to run this repo on m1 mac? Would you mind to share step by step instruction please?

Thanks, I see. So how to create UV programmatically? And how to check if loaded model contains UV or not?

@rjrjr classic navigation means ordinary navigation from one screen to another in one direction preserving back stack. For example user navigated from A -> B -> C screen then user...

It looks like it doesn't work properly even with simple [example](https://lottiefiles.github.io/lottie-docs/breakdown/bouncy_ball/) not able to convert correctly with moving animation for Jetpack Compose `AnimatedImageVector` (only bounce animation works, but the ball...

If we take this Lottie json example: ``` { "nm": "Bouncy Ball", "v": "5.5.2", "ip": 0, "op": 120, "fr": 60, "w": 512, "h": 512, "layers": [ { "ddd": 0, "ty":...

@alice-i-cecile btw the provided example has performance issue need Bevy creator’s guideline to improve rendering pipeline when Bevy implemented through `SurfaceView` in Android. I can help with documentation and improved...