sandeep-adireddi

Results 5 comments of sandeep-adireddi

I don't think the omitempty tag is relevant in this case. It's actually the required_if tags that set the pointer to nil if fields aren't assigned a value during struct...

@zemzale The code snippet https://github.com/go-playground/validator/blob/bd1113d5c1901c5205fc0a7af031a11268ff13ee/validator.go#L454 executes with the 'runValidationWhenNil' value set to false, and the field value is nil for the GTE tag. I believe this is the reason for...

Hey @veloce , Where is the best place to add a toggle option for showing or hiding this enhancement?.

Yeah, I asked this because i noticed this conflict. One option i found is similar to current app . ![Screenshot_20240513-211449](https://github.com/lichess-org/mobile/assets/16081707/0eb8fd01-ea5e-434c-b10a-94618b6a2c2e)

In the ASCII character set, the space character is a non-alphanumeric printable character that is used to create space between words or other characters. Alphanumeric characters in ASCII specifically refer...