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
There is no constructor for zio.schema.validation.Validation which can validate a date/time in some format.
SOLUTION
Using other constructors which already exist in zio.schema.validation.Validation (which include regex validation, string length checking, and numeric range checking), introduce a new constructor that satisfies the requirements of this issue.
ISSUE
There is no constructor for
zio.schema.validation.Validation
which can validate a date/time in some format.SOLUTION
Using other constructors which already exist in
zio.schema.validation.Validation
(which include regex validation, string length checking, and numeric range checking), introduce a new constructor that satisfies the requirements of this issue.IMPACT
Increasing the number of constructors for
Validation
will make it far easier to use thevalidation
package toWHERE TO LOOK
PROBLEMATIC ISSUES
Issue #248 must be completed first, or at least, this issue must be based off of #244.
The text was updated successfully, but these errors were encountered: