Marcel Overdijk
Marcel Overdijk
When using zod it can return [various errors](https://github.com/colinhacks/zod/blob/master/src/ZodError.ts) when parsing. I would be nice if the zod library itself would expose a zod schema for these errors (dogfooding). This could...
This is useful for sending e.g. daily messages to users like HiPoncho is sending weather forecast. https://developers.facebook.com/docs/graph-api/making-multiple-requests
As discussed with @joshlong on Twitter it might interesting to publishing appcontext events instead of making people implement an interface for callbacks. `(FacebookMessageEvent.class) void onMessage (FacebookMessageEvent evt) {..}` Maybe a...
I found a regression while upgrading codegen from `4.4.6` to the latest `5.0.2` but also `4.4.7` fails. I have a custom `PageInfo` type like: ``` type PageInfo { hasNextPage: Boolean!...
When running envjs with Rhino I always see this message: [ Envjs/1.6 (Rhino; U; Windows 7 amd64 6.1; en-US; rv:1.7.0.rc2) Resig/20070309 PilotFish/1.2.13 ] Can this logging be disabled?
I'm not actively starting on this issue for now, but it's more to track interest in support for a [Protobuf](https://protobuf.dev/) distribution. In case of interest I will implement it.
For driver statistics we currently already differentiating between `totalPoints` and `totalChampionshipPoints`. E.g. Ayrton Senna has `614` `totalPoints` and `610` `totalChampionshipPoints`. This due to the fact up until 1990, not all...
Similar as https://cloudflare.github.io/itty-router-openapi/user-guide/request-body/ it would be great to have Response body validation. Maybe in a different manner as this is maybe less suited for Runtime errors, but instead for compile...
Is it possible to generate a openapi yaml schema file from the command line? Eg running a npm command? Without the server running. Rationale: In development workflow I would like...
Are there plans to upgrade itty-router 5?