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
hey I just started working on a validation lib as well: https://github.com/amilkov3/validen, however mine involves specifying validations via a simple spec language as opposed to programmatically (though there is a validation AST). i think our libraries would compliment each other well as they currently address separate use cases but share commonalities (ValidatedNel from cats and well a functional approach in general). would you want to collaborate and maybe eventually combine the two?
The text was updated successfully, but these errors were encountered:
hey I just started working on a validation lib as well: https://github.com/amilkov3/validen, however mine involves specifying validations via a simple spec language as opposed to programmatically (though there is a validation AST). i think our libraries would compliment each other well as they currently address separate use cases but share commonalities (
ValidatedNel
from cats and well a functional approach in general). would you want to collaborate and maybe eventually combine the two?The text was updated successfully, but these errors were encountered: