Adrian Floarea
Adrian Floarea
I did a bit more digging. Apparently, the validation itself is done in the vertx-json-schema subproject in [this validator](https://github.com/eclipse-vertx/vertx-json-schema/blob/master/src/main/java/io/vertx/json/schema/common/MultipleOfValidatorFactory.java). It does this via `value % multipleOf`. This works fine most...
I consent https://accounts.eclipse.org/users/afloarea
I am using Linux/Manjaro ``` $ cd /tmp $ jbang init hello [jbang] File initialized. You can now run it with 'jbang hello' or edit it using 'jbang edit --open=[editor]...
@ethauvin Thank you for the quick reply and thank you in advance for your patience with this (too long) post. First, please let me try to highlight the difference. In...