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
now that the API is mostly stable and we have found a good way to attach custom validation behavior to WeldxConverter it should be easy to implement more custom validators.
maybe something like wx_min & wx_max
or even a wx_range that combines min/max checks for numeric values (like wx_range: [0, 3.14])
Do you have any further ideas?
The text was updated successfully, but these errors were encountered:
now that the API is mostly stable and we have found a good way to attach custom validation behavior to
WeldxConverter
it should be easy to implement more custom validators.maybe something like
wx_min
&wx_max
or even a
wx_range
that combines min/max checks for numeric values (likewx_range: [0, 3.14]
)Do you have any further ideas?
The text was updated successfully, but these errors were encountered: