Nicolas Sitbon

Results 5 comments of Nicolas Sitbon

```go type User struct { Email string `valid:"matches(^.+?@.+?\\..),required"` Password string `valid:"-"` } ```

Sorry only the tag specified in the file _prod-helm/version_ has been pushed but I never get the latest tag. I tried multiple conbination with and without the tag directive. I...

Thank you so much for the feedback and sorry for the bug. I thought it was just a missing entry...

Hi @JavedMohammadTechie as far as I know you don't have access to those variables inside server plugins... the only place where you have access to them is inside a request...

Hi @Zeychiel you're right that's by design and yes the documentation is wrong. Best regards.