Didier Villevalois
Didier Villevalois
@fzhinkin I also am in need of this feature, as I am also using Okio's `FileHandle`s in my projects. I think Okio's current design on this is rather genuine. Would...
> We'd probably take a fix for this, but the direction we are heading is to only support library mode, as that's the only way "external types" might work. Do...
> We'd probably take a fix for this, [...] Ah yeah, I had read this ^^^^ too quickly... Thanks for your detailed answer. So I'll try to find from where...
@mhammond `uniffi_macros::build_foreign_language_testcases` (which is used in the test fixtures) always use `uniffi_bindgen::library_mode::generate_bindings`. What would you prefer in order to test a fix to this issue that would use `uniffi_bindgen::generate_external_bindings`? The...
@mhammond In fact, looking at the code, I don't clearly see what the fix would be... I mean, in `uniffi_bingen::generate_external_bindings` we have those four consecutive lines: ``` let mut component...
It would really be helpful it those were represented as value classes in Kotlin.
@virjar do you have an example project using gradle-node-plugin with yarn 4.5.0, by any chance? I am trying to apply your recipe but I am completely failing...
Hey @DevNatan! Do you have a little time to review these three issues?
@DevNatan I fixed the imports in all three MRs. I don't know why the CI runs native tests as most of it is not yet implemented.
I am also interested on working on a Kotlin multiplatform version of Automerge. I tried wrapping `automerge-java` using expect/actual declarations, however in its current form `automerge-java` is highly dependant of...