Dimitar Dihanov

Results 5 comments of Dimitar Dihanov

I won't compute a routing response, the backend will do that and just send me the already computed route polyline. I decode the polyline with this tool and pass the...

I know I don't. It is a design decision that the backend takes care of the routing. Be that to save time and resources on the device, flexibility etc... My...

Can confirm this also works for me, and the way I found on [stackoverflow](https://stackoverflow.com/questions/62227211/how-to-unit-test-android-connectivitymanager) doesn't trigger the listeners. Let's enjoy this while it lasts, expecting google to deprecate this network...

Any plans to make this available? We are using the generator for a KMP project with kotlinx.serialization and Ktor.

FYI I set `generateOneOfAnyOfWrappers` to `true` using Kotlin version `2.2.21` and generator version`7.17.0` with: `library.set("multiplatform")` and the wrappers get successfully generated, even though it says the option is only available...