Tae Hagen

Results 8 issues of Tae Hagen

### Describe the bug `Bad state: Content hash on Dart side (-1867643805) is different from Rust side (1953154019), indicating out-of-sync code. This may happen when, for example, the Dart code...

bug
awaiting

### Issue Description I can't use Waydroid at all, setup fails complaining `/dev/binderfs/binder-control` doesn't exist. ### Steps to Reproduce As far as I can tell, it is caused by using...

bug
triage

When using the left side panel to select anything, it becomes highlighted blue and a tab opens. After closing the tab, clicking on the item currently highlighted blue does not...

New and improved abstractions!

Nice little easy-to-merge feature lol

![image](https://github.com/mozilla/uniffi-rs/assets/11222084/dcf51d64-9f17-4962-9586-e9a487c8e155) I have a problem where intermittently my code panics. I need to know *where* it panics. It's executing a non-trivial amount of code, and it's not trivial to figure...

When using this crate, a setup such as this one generates an incorrect plist. ```rust #[derive(Serialize)] struct Annoying { #[serde(flatten)] second: Second, } #[derive(Serialize)] struct Second { test: Option, }...

Clicking sign in with Google does nothing, despite Play Store being installed in same profile and working fine. ADB logs printed upon clicking button: ``` 08-18 15:27:23.015 1328 2155 I...