Erik Vesteraas

Results 6 issues of Erik Vesteraas

When reading sample from file using the procedural macro (e.g. `json_typegen!("Point", "point.json")`), if the sample file changes the compiler will not be aware that anything relevant has changed and so...

Just add a minimal Gradle project to the CI folder, use the CLI to generate a Kotlin file that is written to that folder and run `./gradlew test` testing roundtripping...

For JSON Schema, `null` and an optional field / `undefined` is not the same, so the currently generated schemas fail for JSON where explicit nulls are used instead of omitting...

E.g. ``` { "/hits/hits/-/_source": { "type_parameter": "T" } } ``` or ``` { "/hits/hits/-/_source": { "use_type": "type_parameter" } } ``` For `typescript/typealias` this is already possible with just adding ``...

Currently tuples are only used when all source arrays have the same length and combining the shapes of the array would lose type information. E.g. you can end up with...

### Describe the bug When setting headers of an already generated response through `event.setHeaders` and `event.cookies.set` the behaviour is inconsistent. `event.cookies.set` throws an error, while `event.setHeaders` does not. Based on...