eanea
eanea
Tapir version: *1.9.5* Scala version: *2.13.12* **Describe the bug** Can't find a way to keep the validator in case of an optional field **How to reproduce?** https://scastie.scala-lang.org/GVBxeZypSA6DiBcUa1dFGw **Additional information** it...
### Scope: Scala3 x Enums #### Bug: ``` enum Env derives EnumConfigReader { case prod, stage, stage1 } case class MyConf(list: List[Env]) derives ConfigReader ConfigSource.string("{ list: [prod, stage, stage1] }").load[MyConf]...
## Reproduce: Scala 3.3.5 https://scastie.scala-lang.org/nHE1epnTTXu27fUiKMSEvA\ ### Bug: ``` ... "message":"AppConfig{kek=Shrek,fiona=haha}","kek":{},"fiona":"haha" ... ``` ### Expected ``` ... "message":"AppConfig{kek=Shrek,fiona=haha}","kek":"Shrek","fiona":"haha" ... ```
Reproduction: https://scastie.scala-lang.org/Mu9z4cNQQgas5KrfuEfl3Q is it related to https://github.com/softwaremill/macwire/issues/189?
## version: 0.18.29 scala: 3.3.5 ## Error in swagger shown: ``` {"schemaValidationMessages":[{"level":"error","message":"Can't read from file http://path.com/docs/specs/Service.json"}]} ``` ### Expected: Swagger page without errors