Nabil Abdel-Hafeez

Results 82 issues of Nabil Abdel-Hafeez

fixes #2716 /claim #2716

🙋 Bounty claim

OpenAPI supports such limitations and it also seems fitting for our API.

enhancement

`.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...

help wanted

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]] =...

bug
💎 Bounty

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 ![Screenshot 2024-08-04 at 18 20 24](https://github.com/user-attachments/assets/829fe351-58cc-4811-b48c-fd12e65de6e7) Via shortcut ![Screenshot 2024-08-04 at 18 20 14](https://github.com/user-attachments/assets/461d1b7e-2523-4c25-bdde-162fc2f53b88)