Adrian Floarea

Results 3 comments of 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]...