Mark Jeffery

Results 5 issues of Mark Jeffery

Changed the default validation keys to be keyed by the first line line number of the "code" instead of the last. This is because the validation.go in revel expects it...

Hello The field level error messages are not working when the "validation checks" span multiple lines in the validate code. This is because the run.go (which holds the revel.DefaultValidationKeys) is...

- [x] I have updated `go-smtp-mock` to the latest version - [x] I have read the [Contribution Guidelines](https://github.com/mocktools/go-smtp-mock/blob/master/CONTRIBUTING.md) - [x] I have read the [documentation](https://github.com/mocktools/go-smtp-mock/blob/master/README.md) - [x] I have searched...

enhancement

- [x] I have updated `go-smtp-mock` to the latest version - [x] I have read the [Contribution Guidelines](https://github.com/mocktools/go-smtp-mock/blob/master/CONTRIBUTING.md) - [x] I have read the [documentation](https://github.com/mocktools/go-smtp-mock/blob/master/README.md) - [x] I have searched...

enhancement

I would like to understand the best practice for gracefully exiting a poll loop when using this library (or zmq poll in general) I have the following crude example, which...