Boguś Łyczba Jr.

Results 13 comments of Boguś Łyczba Jr.

The documentation says that there is possible to use [`externalValue`](https://swagger.io/docs/specification/adding-examples/). Please update the documentation or fix a bug.

> Can we get this fixed please? You have done a great job on introducing multiple example values for the multiple ways that an API endpoint can be called -...

It's from my sample from DiningPhilosophers example project. Looks like serializer issue. Topic off. Are you developing open source library for peer connectivity in Swift? That sounds very promising for...

> @lyzkov can you check if `Fork` or `Philosopher` are non-private? There will be `.unableToSummonTypeFromManifest` serialization error if they are. There are no such errors. Only those mentioned earlier. However,...

@jxs `async-std` is currently supported by uniffi bindings in UDL language mode (which crosscompiles much faster than annotations mode that support both `tokio` and `async-std`). If `uniffi` would add support...

> Re your question, I think that's not possible, although I believe it would not be particularly difficult to add. I've started implementing the `AsyncRuntime=` attribute similar to `Throws=` but...

Forgive me for having little knowledge of crosscompilation. I'm guessing a lot without knowing, like a fool. ^^ In all the tutorials I've found, proc macros require me to compile...

UDL path feels coarse, especially for the beginner, because there is hardly any support from the UniFFI parser in debugging mistakes in UDL syntax. But I have a lot of...

> I have a similar [issue](https://github.com/mozilla/uniffi-rs/issues/2223). So, for now, does it mean this kind of function signature `async fn api_call() -> Result` can only be exported through the proc-macro syntax?...