Allan Ebdrup

Results 11 issues of Allan Ebdrup

I've been investigating JSON-schema validators. And contributing to the benchmarks at the JSON-schema validators `themis`and `JSCK`. According to the benchmarks included in both `themis` and `JSCK`. Jayschema is extreemely slow....

I've generated a report of what tests in the [official JSON-schema test suite](https://github.com/json-schema/JSON-Schema-Test-Suite) cause side effects when run through json-model: https://github.com/Muscula/json-schema-benchmark/blob/master/reports/json-model-side-effects.md The schema object is mutated by json-model

I've generated an error report here: https://github.com/Muscula/json-schema-benchmark/blob/master/reports/json-model.md All the test failing marked with `This excludes this validator from performance tests` almost all other validators pass, and are a part of...

Hi @korzio Great module you have! I've created , and I'm currently in the process of updating the benchmark https://github.com/ebdrup/json-schema-benchmark to use the latests version of the JSON schema test...

Add global expect (from chai) so it can be used in patch.after

I'v generated a report from the tests on the official JSON-schema test suite here: https://github.com/Muscula/json-schema-benchmark/blob/master/reports/tv4.md The failing test `heterogeneous enum validation, something else is invalid` is the only thing keeping...

When running tv4 against the official JSON-schema test suite, running the tests: - `change resolution scope, changed scope ref valid` - `change resolution scope, changed scope ref invalid` has side-effects...

I've been investigating JSON-schema validators. And contributing to the benchmarks at the JSON-schema validators `themis`and `JSCK`. According to the benchmarks included in both `themis` and `JSCK`. tv4 is slow. And...

Hi when doing a request with for example the [request](https://github.com/request/request#readme) module, sometimes you want to do the request as streams and pipe the response. Meaning that there is no callback,...