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
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