Sviat Chumakov

Results 3 comments of Sviat Chumakov

A missing server route would be a route that the client calls but the server does not implement. I'm not sure if the reverse, routes that exist on the server...

@adamw I'm currently exploring some ways of doing this using macros / generic programming. I think it could be a great opt-in feature on top of Tapir. Maybe as a...

Presumably, you would be able to write ``` case class MyClass ( fieldOne: String, fieldTwo: Int ) derives Lenses ``` and then either do `MyClass.fieldOne` or `MyClass.lens.fieldOne` to access the...