Frank Sachsenheim

Results 320 comments of Frank Sachsenheim

not sure which of the previously behaviours you mean. ;-) anyway, no, for now we shouldn't change any of that. just fix your tests (and possibly code to comply w/...

indeed it can well make sense to separate these concerns in an application. without further knowledge of you actual problem, 1) have you attempted to formulate two distinct schemas? 2)...

do you want custom messages for contributed or for custom rules? am i understanding correctly that you want a string as result?

oh, and are humans the intended audience?

a `HumanReadableErrorHandler` you could subclass and override error messages is on my agenda (#93). but i want to implement XML, JSON and YAML-output next; slowly but steadily evolving the underlying...

@Pithikos fyi: https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments

to clarify: - a `HumanReadableErrorHandler` is not about the localization of the `errors.BasicErrorHandler`, but about an errorhandler that returns a list of prose in strings, including l10n - that error...

@k1-hedayati i've updated the mentioned repo, so one should get an idea what the whole thing is about. feel free to open a related issue there. any contribution regarding design...

malheureusement, non. i just can point you at this issue: https://github.com/funkyfuture/cerberus-collections/issues/2 (just updated some bits). i have no capacities to join in actively, but certainly will manage to review and...

@andreymal, you don't necessarily need to override the `format_message` method: https://stackoverflow.com/q/47730454/2489914 cc @Arion-Dsh @nykolaslima