Nicolas Vannieuwkerke

Results 63 comments of Nicolas Vannieuwkerke

Thank you for the thorough explanation! I'll use your suggestion using a custom `type` evaluator (probably copy paste your implementation and add our functionality to it). I agree that lenient...

I've managed to implement this by adding following `if` statement to the `CustomEvaluatorFactory` in `CustomEvaluatorFactory.groovy`: ```groovy if (fieldName == "type" && (schemaNode.isString() || schemaNode.isArray()) && lenientMode) { return Optional.of(new LenientTypeEvaluator(schemaNode))...

One small thing I've noticed is that by selecting the `Belgium: Dutch Euro` option, it actually displays the page in French (which can be an issue because not all Flemish...