Leon Kiefer

Results 265 comments of Leon Kiefer

checkout https://github.com/Legion2/swagger-ui-action/releases/tag/v1.3.0

I think the problem here is that currently only the openapi.yaml file is copied automatically. Other files must be manually copied to the correct place in the generated swagger ui...

[Here](https://github.com/voize-gmbh/semver4k/actions/runs/6982583441/job/19002024775) is a reproducer where `publishToMavenLocal` does not fail. It uses the latest Kotlin plugin version (1.9.21) which supports gradle 8.

We are facing the same issue, I can see the stack trace of our exception logger which calls captureException but cannot see the kotlin stack trace where the exception come...

Our library (SDK) is completely written in Kotlin and uses Compose Multiplatform to provide complex UI, which is the main focus of our library. Currently we can use the platform...

No hurry, this was only an idea and your library is already a great help 👍. Unfortunately our library is closed source but there are official Compose Multiplatform demo projects...

Not jet, but we are considering using it in our production SDK if the manual mapping becomes unfeasible to maintain. But the flutter binding has low priority for us and...

Our priorities shifted and we may start working on this soon.

Also facing this inconsistency, as a workaround I now use `withTimeoutOrNull` and throw an exception on null value. Took my a long time to figure out why my code got...