Sergey Shumov

Results 9 comments of Sergey Shumov

For example, there is such a file with translation: en.json ```json { "password": "Password" } ``` And vue file: ```vue {{ t('password' }} {{ t('password2' }} import { defineComponent }...

Works as expected for at least PostgreSQL. But it would be nice if the columns could be specified, not just the primary key.

Next small adjustment. `DO UPDATE SET` have also `WHERE` condition: ```postgresql DO UPDATE SET { column_name = { expression | DEFAULT } | ( column_name [, ...] ) = [...

It looks like this library is still relevant as JetBrains makes OpenAPI spec generation a paid feature of IDEA Ultimate.

Hello everyone, if anyone might be interested, I made a yet another code generator with KSP, but instead of processing data class entities, it generates data classes, mapping functions, and...

If you use the shadowJar plugin, add `mergeServiceFiles()` to its configuration.

> That doesn't explain why it worked without this using Flyway 9.X, but i can live with that i guess. 10.0.0 version has breaking changes `Modularized database support in Flyway...

You can use my fork https://github.com/darkxanter/ktor-openapi-generator

If you put vueDevTools before checker, HMR will work