Guido Pio Mariotti
Guido Pio Mariotti
Hey @quintush, what about trying to have your fork submitted to the helm project? I saw that there is an issue already open for it https://github.com/helm/helm/issues/5424
It seems like a really cool idea. Looking at [Property Delegate Requirements](https://kotlinlang.org/docs/reference/delegated-properties.html#property-delegate-requirements) it is possible to do it by using extension functions. However, I'm not sure if these extensions can...
https://github.com/shyiko/ktlint/issues/313 is potentially a blocker. Unless you decide to add the disable rule comment on top of all files.
Hi @mystdeim, I'm looking into this and I will come up with an example of how to use `service-proxy` with Kotlin. My personal opinion is that you shouldn't use `companion...
@vietj not really sure about the compilation process of a `kts`, I'll need to investigate it. @okou19900722 you can probably look at https://github.com/JetBrains/kotlin/tree/master/libraries/examples/kotlin-jsr223-local-example to figure out how to do it
Sorry @okou19900722 , I honestly didn't find a lot of info on `kts` files. However, except for the Kotlin Gradle DSL, I haven't see a lot of cases where `kts`...
@rgmz sorry, I wanted to look into it but I never found the time. With @vietj, we discussed in the past to try to find a solution that wasn't Kotlin...
do you have an example on how you think it should look like? Also, should it be part of the `vertx-lang-kotlin` module, autogenerate or a completely new module?
cool, I'm curious to try it, even just to give inspiration to others
@JohannesLichtenberger this is quite an interesting problem. Since `0.26.0`, you need an instance of `CoroutineScope` to be able to start a coroutine, however, having `coroutineHandler` as an extension on `Route`,...