Dean Karn
Dean Karn
Thanks for the PR @JahanviAggarwal , sorry it took me this long to get to it. Would you be able to resolve the conflicts and I can get it merged.
looks like I already merged a CRON validation in this PR https://github.com/go-playground/validator/pull/1045
@ivybridge-3c33 I like the idea of grabbing struct field, I wonder if it might be confusing though for when the validation is not a struct field. I wonder if there...
Hey @martinlehoux sorry for letting this one slip through the cracks. yes I will try to merge tomorrow.
Sorry for the delay in responding, stealing some time before the kids are up to comment. I don't believe there is an issue here and that the validations defined is...
I'm also seeing this with a very low flow producer, maybe 1rps(a test application not in production yet why so low). I have `queue.buffering.max.ms` set to `5ms` and `required acks`...
Yes that’s the way I expected those tags to work also, but they aren’t documented that way. gonna have to double check if it ever behaved that way before. Will...
I'm not sure it would be best to have one validation do two different things, otherwise you wouldn't be able to differentiate for error messages and alike what exactly failed.
@aryehlev I'm hesitant to merge this only because full domain validation is much more complicated than this and don't want to give users a false sense of security. if a...
This looks like dependency has been upgraded since PR was made, TY. Closing.