KittyCAD/kittycad.rs

Use stable seed for randomly-generated docs

Closed this issue · 1 comments

Right now, every time you run openapitor, it generates different random example strings (for example, usernames). This is fine, but it's annoying because the generated code isn't reproducible, and it clutters your git history.

This should be easy to fix, though. Openapitor should choose a specific random seed when generating example values. It doesn't need to be secure or even random because it's only being used to generate examples.

org-projects-app[bot] added this issue to KittyCode Project.