Niklas Lochschmidt

Results 21 comments of Niklas Lochschmidt

I am assuming you are referring to a callback from an implicit grant or an authorization code grant. I had to do something similar in the past but it honestly...

You probably know about tAPIr. https://github.com/softwaremill/tapir I wonder how much of that could be replicated in Kotlin.

Good to know, however it is part of the response of the `get_stream_messages` and therefore part of the public API, right? Simply doing technical queries on the time returned can...

I've raised the issue mainly because I have often seen the [misunderstanding](https://www.toolbox.com/tech/data-management/blogs/zone-of-misunderstanding-092811/) that `timestamp with time zone` stores a time zone 😬 or that `timestamp without time zone` aka `timestamp`...

Good idea. I would be open for a pull request for this. I am not quite sure yet how the DSL should look like. One possibility I could think of...

Awesome that you found a solution that works using the existing extension points 👏 > Which we use like this: > ``` > FormDto::estimatedAnnualSales { required() hint "Estimated sales is...

Hey there, as I wrote in #38 I am not opposed to the idea of adding (co-)maintainers to this project.

@jillesvangurp could you please open a separate issue for the dependency upgrade that you require? I am currently working on upgrading to Kotlin 1.6 anyways. Otherwise, this project has no...

What do you mean by "map that check to a wire representation". Could you provide a minimal example of the DSL/API you'd like to see?

Thanks, that is an interesting idea. I am wondering how to deal with validations that are not supported by Swagger though. They should probably just be ignored, right?