Kasper Kondzielski

Results 142 comments of Kasper Kondzielski

Which version of tapir do you use? I've just checked against master and everything works well.

Hmm this is really weird, as I literally copy-pasted your example into tapir's source code and it passed.

I've checked only the first case, and it generates exptected schema.

Ah yes, it is a known pattern to me (there were other problems in such configuration). The minimal example to reproduce it is to do: ``` final case class AccountType(code:...

Reported as https://github.com/propensive/magnolia/issues/252

Hi, On the scala side I would like to eventually have `Config(entries: List[Entry])` where `Entry` is `case class Entry(field1: String, field2: String)`. The trick is that these entries have to...

Hi, Thanks, for letting us know. I took some time to look into that issue, still one thing remains unclear to me. How do you coop with such objects later,...

Now you can also try a dedicated sttp->openapi generator: https://github.com/ghostbuster91/sttp-openapi-generator/

Shouldn't we trim the input before encoding?