Marcel Overdijk
Marcel Overdijk
[v2024.0.0beta2](https://github.com/f1db/f1db/releases/tag/v2024.0.0.beta2) has now been released containing the dates + times for all 2024 sessions.
Hi @marc7s You could always post for progress if you finish certain years or a range of years. Then I can already have a look.
Yes this would be nice, but honestly I will not look into that with high prio... Problem is that there is insufficient information available of which chassis (or engine spec...
Similar we could add a `totalDriverPoints` to the constructor / engine manufacturer statistics.
Hi Enrique, and sorry for late reply. I'm aware of this limitation with one team changing their entrant name during the season. I will look into this, but cannot promise...
To answer my second question: ``` const router = OpenAPIRouter({ docs_url: null, redoc_url: null, openapi_url: null, }); ``` See also https://cloudflare.github.io/itty-router-openapi/user-guide/router-options/
For my first question this is interesting: https://cloudflare.github.io/itty-router-openapi/advanced-user-guide/ci-cd-pipelines/ ``` import fs from 'fs' import { router } from '../src/router' // Get the Schema from itty-router-openapi const schema = router.schema //...
Are their any known breaking changes coming that is interesting to know when starting a new project now? Eg using native types vs zod?
Oké, you also recommend using zod for defining the types in general, instead of the native/legacy approach?
This can be closed as Chanfana is now based on itty-router 5 ([change](https://github.com/cloudflare/chanfana/commit/1a090a55332b3f8cb58385aa15b620b5d3786b13))