grafana / cog

Code Generation with a human touch
Apache License 2.0
43 stars 2 forks source link

Fix missing defaults properly #552

Open spinillos opened 1 week ago

spinillos commented 1 week ago

We created a veneer that adds missing defaults when an options is missing: https://github.com/grafana/cog/issues/527.

This isn't the correct way to do it, but it was the faster one. We need to rollback this change and create a proper one.