Frédéric Nieto

Results 93 comments of Frédéric Nieto

@sheepdreamofandroids so i tinkered around and came up with this syntax: ```kotlin import org.junit.Test import kotlin.reflect.KFunction import kotlin.reflect.jvm.reflect class ReflectionSandbox { @Target(AnnotationTarget.TYPE) @Retention(AnnotationRetention.RUNTIME) annotation class TestParam fun handleReflect(kfun: KFunction) {...

I have pondered further on the question. I think it would be beneficial to completely change the system to this. It would drastically change the structure of the library and...

alright, let's do this. Just one note, i will keep @PathParam, @QueryParam, @HeaderParam, @CookieParam separate as it is not possible (i.e. a lot more work, confusion and less reliability) to...

I haven't gotten around to start beyond the initial proof of feasibility. I am currently on other projects. If you think you can get something clean on the rails feel...

Crossinline is necessary to preserve reification, but maybe it is not necessary in most cases. Can you show me how you are calling the function ?

It should work, maybe you can try to annotate the type instead. I'll look into it when i have a bit of time

i don't work with Ktor anymore, i can't spare the time for such a rework, however i will accept pull requests...

@LukasForst if you are willing to maintain the project i can add you as a collaborator, and it would be a good idea to update to the newer version, even...

> My [fork](https://github.com/LukasForst/ktor-openapi-generator) of this repo is not exactly maintained, but I keep releasing dependency updates to maven central. well this library isn't either, so if you want i can...