You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
Another suggestion:
I think we should rethink allowing optional and enum annotations on the same parameter.
If we were to allow it, there needs to be a way to use a value from the enum inside the optional annotation and optional annotations need additional checking whether or not it matches the enum.
As it is currently implemented it's possible to have optional values, that are not part of the assigned enum.