Alex Korzhikov

Results 28 comments of Alex Korzhikov

Hi @sberan, thanks for the comment! Are you talking about [this kind of coercion](https://github.com/epoberezkin/ajv/blob/master/COERCION.md)? Cannot find, does it have an official documentation or it should follow ECMAScript specification? Yes, I...

Before |[`djv`](https://github.com/korzio/djv#readme)|100%|70560 (± 6.66%)| |[`ajv`](https://github.com/epoberezkin/ajv)|84.2%|59404 (± 0.36%)| After |[`ajv`](https://github.com/epoberezkin/ajv)|100%|24727 (± 2.1%)| |[`is-my-json-valid`](https://github.com/mafintosh/is-my-json-valid#readme)|64.8%|16013 (± 3.15%)| |[`djv`](https://github.com/korzio/djv#readme)|16.1%|3970 (± 2.32%)|

Waiting for https://github.com/korzio/djv/issues/82 to release non-alpha version

Dear @ebdrup We see that in the json-schema-benchmark repository you use a git submodule for JSON-Schema-Test-Suite dependency. We see in the github a link to the commit with the SHA...

https://github.com/korzio/djv/pull/92

- [ ] Test https://github.com/korzio/djv/pull/92 with `86f965e53dda0b6c57e70ddd726243e1e061cf84` json-schema-benchmark - [ ] Check performance before @openself last commit and after https://github.com/korzio/djv/pull/92 - [ ] Test other validator refactoring - [ ]...

@skidvd It supports `$ref` as well as the reference resolution. But it's implementation it is a bit old, I've done big resolution refactoring within the `djv` package - https://github.com/korzio/djv/blob/master/lib/utils/state.js#L123, but...

In case of `boolean` should it be true, as the ```javascript "true".length < "false".length ```