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
hi I'm in developing validata, something like attrs and pydantic but simple and without overhead
i have used your library for manage type validations but i have some problem. i see your half of code in validations is detecting what kind of type that is to get validate with appropriate validator. here we should define a validator_detector, because of the dataclass typing we have specified types and it will have overhead cause of validator detection. i think this could be solved. thank you guys
The text was updated successfully, but these errors were encountered:
in your code i see there is a lot of lines that supposed to detect the method to how validate the type.
so i think it could be better if you just create a validator function that gives a type and produce a validator for a specific type and that reduce the overhead of detecting type validator.
hi I'm in developing validata, something like attrs and pydantic but simple and without overhead
i have used your library for manage type validations but i have some problem. i see your half of code in validations is detecting what kind of type that is to get validate with appropriate validator. here we should define a validator_detector, because of the dataclass typing we have specified types and it will have overhead cause of validator detection. i think this could be solved. thank you guys
The text was updated successfully, but these errors were encountered: