Christian Wyglendowski

Results 13 issues of Christian Wyglendowski

Thanks for uniffi, I'm using v 0.28 and it's been working out well in my early explorations. I've hit a snag though. If I create a UDL like: ``` namespace...

I've created a foreign trait interface that looks like this: ``` [Trait, WithForeign] interface QuerySubscriber { void on_update(string value); }; ``` Its purpose is for async events on the Rust...

### Checklist - [X] I have looked into the Readme ([Base](https://github.com/auth0-samples/auth0-android-sample/tree/master/00-Login#readme)/[Kotlin](https://github.com/auth0-samples/auth0-android-sample/tree/master/00-Login-Kt#readme)) and have not found a suitable solution or answer. - [X] I have searched the [issues](https://github.com/auth0-samples/auth0-android-sample/issues) and have not...