Damian Wilkołek
Damian Wilkołek
I tried to use libsql (as per [example](https://docs.turso.tech/sdk/rust/guides/tauri)) with tauri. It works flawlessly on linux and macos but it fails on windows. I think it's stuck somewhere in `libsql::parser` and...
feature: add support for object input default values and add support for default inputs to kotlin2
Fixes default object values for input parameters when using Kotlin codegen closes #297
**Motivation** We are migrating from java to kotlin codegen types. We have few quite complex input types. In our test suite we deserialise JSON files and we validate them. We'd...
I have application built with action v0.5.6. Today I released new version of my app that used v0.5.9. Old version of my application cannot verify signature of new one. When...
Hey 👋, something for both of you @srinivasankavitha and @mbossenbroek closes #734
Add a new configuration option `typeSuffix` and `typePrefix` to the `CodeGenConfig` class and update the code generation methods to append the affixes to the generated type names. * **CodeGenConfig**: Add...