Robin Singh
Robin Singh
Is there any way to do this without modifying the library (or waiting for a PR)?
Is it possible to specify a default messageResId for the different validators instead of adding it manually everywhere?
It is probably an overkill to force a default messageResId in a lib (which would have been ideal). My suggestion would be something simpler such as: > ``` > Validator.setDefaultMessage(final...
Getting the same 'stack level too deep' bug with `until_and_while_executing` and `on_conflict: :reschedule`. @mhenrixon Where is this bug you are referring too, I could take a look and put together...
Any way we could ignore the strict: true option if the schema explicitly sets "additionalProperties": true ?
I was able to fix my issue with 'allOf' by setting additionalProterties=true on all the allOf hashes. The strict:true option is getting overridden by it (which is a good thing).