Nabil Abdel-Hafeez
Nabil Abdel-Hafeez
OpenAPI supports such limitations and it also seems fitting for our API.
`.http` files are simple request descriptions, which are useful for testing. See https://github.com/zio/zio-http/issues/2876 And the [intellij post](https://blog.jetbrains.com/idea/2020/09/at-your-request-use-the-http-client-in-intellij-idea-for-spring-boot-restful-web-services/) for the same feature in spring. This would be a very nice feature...
A lot of specs are in the `scala-2` source folders. For example the `JsonCodecSpec`. This prevents them from being executed on for Scala 3. After taking a short look, it...
There is an annotation `recordName` that is currently unused. We should either use it or remove it. ```scala /** * Annotation for specifying an alternate name for a record. *...
```scala //This works as expected implicit val schemaInt: Schema[GenericType[Int]] = DeriveSchema.gen //Does not resolve T to the actual type when the macro is executed implicit def schema[T: Schema]: Schema[GenericType[T]] =...
The main idea is, that JSON maps (aka dynamic field names and values) keep the same order as in the json. We need this to ensure stable generation of case...
Via context menu  Via shortcut 