Stefanie Scherzinger

Results 3 issues of Stefanie Scherzinger

Using this wrapper tool https://github.com/davidkelley/json-dereference-cli, it seems expansion of references does not always terminate, e.g. with https://raw.githubusercontent.com/ProjectMarduk/Kanro/9d86bcfa673e6cb03d821012a593f9fae22a8865/schema/kanro.json

It would be great to have the option to get the line number where the match was found.

The unit tests create patterns like `(?=bar)(?=foo)`, e.g. in the test that [merges contains](https://github.com/mokkabonna/json-schema-merge-allof/blob/b3cf311e5c7891b6ab1e115ced3e98804fca1acb/test/specs/index.spec.js#L877). Yet this resulting pattern seems to be unsatisfiable. The following instances are valid w.r.t. the original...