Elger Jonker
Results
32
comments of
Elger Jonker
Perhaps a migration strategy would be first create a pydantic schema, so the output is guaranteed to match the schema. The output might be slower, so only use that schema...
I've done so in the code above. I've changed it so that: http://localhost:8080/archive/mail/example.nl/2025-05-04/ Redirects to: http://localhost:8080/mail/example.nl/2/ There are pro's and cons, you decide which one is what :) - Using...