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
While the above is a trivial case of "something will probably break down the line," this can introduce subtle bugs when e.g. a date parameter is passed to a datetime parameter (or vice-versa).
My suggestion would be to add some sort of validation, and possibly the ability to tweak the value (similar to parse) to the Parameter interface. The latter would be useful when implementing an e.g. "every N hours" parameter that automatically floors to the nearest hour.
The text was updated successfully, but these errors were encountered:
While the above is a trivial case of "something will probably break down the line," this can introduce subtle bugs when e.g. a date parameter is passed to a datetime parameter (or vice-versa).
My suggestion would be to add some sort of validation, and possibly the ability to tweak the value (similar to parse) to the Parameter interface. The latter would be useful when implementing an e.g. "every N hours" parameter that automatically floors to the nearest hour.
The text was updated successfully, but these errors were encountered: