Jason Desrosiers
Jason Desrosiers
Great. Then I'm 100% on board.
> But what if the schema is using a format that was only recently defined in the format registry, and the validator hasn't been updated yet? I don't think the...
I say, let's start implementing this as soon as someone is ready to take it on. We don't have to have all the details figured out before we start. This...
I agree that the spec doesn't say anything about that case. I'm not worried about covering pathological cases, so I don't think an `optional` folder is necessary. I think providing...
There was a lot of discussion about supporting matching beyond simple string matching, especially other types like booleans or numbers. Ultimately, it's a balance between easy of use and expressiveness....
I agree with Karen. To me, this is belongs in documentation about our spec development process. However, we should provide a reference to the process in the spec, which I...
Currently the library only supports short circuit evaluation, so it will stop evaluating after the first error. However, I have the all-errors functionality implemented, so you can expect that to...
This functionality was released with v1.9.0 on May 3. Sorry for forgetting to update this thread.
> I figure it's better for now to just remove it completely. I don't think that the text suffers. That's fine with me. I didn't think the text suffered, I...
I agree that users expect that `format` will assert and it's probably best that the expected behavior is the default. I say that reluctantly considering that my implementation currently doesn't...