Alex Korzhikov

Results 28 comments of Alex Korzhikov

@sonufarid Thanks a lot! I will review and release it soon!

``` undefined:23 }, f3 = function f0(data) { ^ RangeError: Maximum call stack size exceeded at f0 (eval at restore (/djv/lib/utils/template.js:124:15), :23:24) at f0 (eval at restore (/djv/lib/utils/template.js:124:15), :16:5) at...

@nahidakbar I've added 2 tests for the failing case https://github.com/korzio/djv/blob/issues-71-exceed-maximum-call-stack/test/issues/71.js#L21 1. `should throw reference error when schema is not found, should not exceed maximum call stack` Checks if the correct...

@andreypechkurov I have to fix it indeed :( A workaround probably could be some sort of `not` keyword usage

Added a branch with failing tests - https://github.com/korzio/djv/tree/issues-46-nested-schemas This one for example: ``` "description": "const with object", "schema": {"const": {"foo": "bar", "baz": "bax"}}, "tests": [ { "description": "same object is...

@jacobbogers Unfortunately, didn't work on it yet. I don't expect it is a really tough, but it can be a couple of days work. Sure, I would appreciate any contribution,...

Right, the 6th draft is implemented. Good luck and let me know if you need any help!

Thanks @handrews , hopefully we'll be able to implement new standard versions soon

Hey @philsturgeon Thanks! Next time you are in Amsterdam - let me know 😄No, don't have OpenCollective yet, would you suggest to start it?

@handrews thanks! We have chatted with @philsturgeon openAPI If you guys @Relequestual have any proposals anyways, would be glad to hear. So far draft7 is in plans, but not in...