Jan-Erik Rediger

Results 243 comments of Jan-Erik Rediger

> Out of interest, how does everyone deal with the: `Error parsing the IDL. Text remaining to be parsed is:` error? Theres no indication of what is wrong :/ Currently...

Could you please explain what this does? The code lacks any documentation and the commit message is useless. What does `tx` stand for?

I still don't fully get it. So the timestamp refers to the time the set is written, so that any other client SETting the same key with a timestamp before...

Thanks, @charsyam, now the idea is clear.

nope! I actually wanted this in draft mode, oops. figured it would be good to have a regression test for the reported bug.

Hard to say without any code, so I can only guess: one of your async functions in that block of code is holding things across waitpoints that are not `Send`...

I don't maintain this project anymore.

There's nothing we can do for stack overflows. We try hard to make UniFFI robust against all kinds of errors, but we can't handle bugs in user code.

UniFFI doesn't specifically target any Android version. Though I have seen all sorts of weird crashes on Android 5. ``` undefined symbol: "ffi_utils_uniffi_contract_version" ``` That symbol should be in the...

He means that [UniFFI defines this function](https://github.com/mozilla/uniffi-rs/blob/ef471093e1b30625b7c67a025fdffa418fb3d1df/uniffi_bindgen/src/interface/mod.rs#L424-L429) as returning `u32`, whereas the Kotlin code then uses `Int` (because Kotlin used to not have unsigned integers)