Martin Hansen

Results 40 comments of Martin Hansen
trafficstars

The first case could be solved by merging it in the same way, but by adding `.*`like this: `(?=.*bar)(?=.*foo)`. See https://stackoverflow.com/a/470602/94394 I am tempted however to make it unresolved, not...

Yeah you are right. This is probably an issue with oneOf/anyOf as well. I must have been a bit quick in my thinking when doing those. Although looking at it...

If you do have readily available more test cases of instances validating differently I would appreaciate to have a look at them yes if that is possible. :)

Yeah I could maybe support that in the future. I assume you use something like json-schema-ref-parser parser to dereference the schema? If you use the `bundle` function instead of `dereference`...

I see what you are saying, and agree that something like that is needed. I do not favor making it the default behavior, I think choosing the first is the...

@paliari It would be great if you either - address the open issues yourself - announce that some help is wanted and that you are looking for collaborators - announce...

Making the fork and moving activity there is easy enough, but we can't publish under the same npm name without given permission from @paliari .

Actually I see there are 5 collaborators on the npm package. So I think any of those can publish. But probably not add another publisher.

FYI, you can also capture the enter on a parent element to prevent it submitting form. Like so: ```vue ``` We don't supply a function here to the handler, since...

I don't understand, channels is not a valid schema keyword. Are you using it to compare json values? It is meant to compare JSON schemas. Or is it used as...