Mika
Mika
+1 \* multiple from here too :) Havent tried, and had only a quick look at the code. Would something like this work? - Watch_file would always create an array...
Another workaround: patching android-activity in Cargo.toml and modifying it with the following commit: https://github.com/rust-mobile/android-activity/pull/157/files
I've been experimenting with this (no success), learnings so far: - the `CreateFromVisual` method requires a WPF application, and does not work with `HWND`'s (based on documentation) - `BitBlt` or...
Thank you for your pull request! I see that you've proposed adding an `unsafe impl Send` for `Decode/EncodeWrapper`'s. Given the potential risks associated with `unsafe` code and multi-threading, could you...
Thanks. I'll try to check it out. Agreed, Send should be ok here but want to err on the safe side.