Piotr Jagielski

Results 22 comments of Piotr Jagielski

Thanks! Same for me for default settings.... I use this scripts as a starting point: https://github.com/pjagielski/punkt/blob/master/src/main/resources/punkt.scd But you have to clone whole punkt library or pass a location to punkt-synths.scd...

Thanks! Ok, I'll keep this open until persistent fix.

I published 0.3.0 on jitpack.io - look at [template project](https://github.com/pjagielski/punkt-template). Maven central seems to be a bit overwhelming to me...

Hi, thanks for the submission. For now we support `@Transient` annotation which prevents property from either read or update. `updatable=false` seems like a good feature to implement - I'll keep...

Hi, Krush internally uses Exposed, which already supports coroutines and has R2DBC support in the Roadmap. I'll try to provide an example for coroutines https://github.com/JetBrains/Exposed/wiki/Transactions#working-with-coroutines https://github.com/JetBrains/Exposed/blob/master/ROADMAP.md

Yes, for now we only support Long ang String, having UUID sounds like a resonable idea. Do you have any converter code that transforms your classes into `UUIDColumnType`?

As discussed on Slack the goal is to support shared data model for Kotlin JVM/JS multiplatform projects as in https://github.com/rjaros/kvision-examples/tree/master/addressbook-fullstack-ktor/src/commonMain/kotlin/com/example

Hi, If you're not scared of JPA annotations, we recently released https://github.com/TouK/krush which generates Exposed DSL mappings from JPA annotations. So using given `TestEntity` it could look something like this:...

I don't think that executing external binaries by Sputnik is a good idea. Is this what you mean by invoking Go Vet? What we were thinking of instead could be...