Jason Desrosiers
Jason Desrosiers
I just looked at it, but I'm afraid I'm still confused. I don't have experience with Github Actions and looking through the configuration wasn't helpful without a baseline understanding. What...
I like checklists, but I'm not sure that having an associated issue is a good thing to include in a checklist if it's not a hard requirement. It leaves things...
> This would have complex consequences. No it doesn't. In fact it fixes some of the complex consequences of allowing `$ref` to have siblings. I explain in https://github.com/json-schema-org/json-schema-spec/issues/936#issuecomment-683328928. I could...
I added support for this in Hyperjump JSC (the engine behind the validator implementation). That would allow someone to create a dialect that supports string references. I'm not providing such...
It occurs to me that the `number` type is not sufficient to express these types of constraints and what you probably want is a `string` with a `pattern` or a...
> In databases, typically, there is a NUMBER type: `NUMBER(m, n)` where m is precision and n is scale. Yes, databases have a number type that is capable of internally...
I think section 9.3 should have replaced Appendix B. I think Appendix B can just be removed.
The `draft-next` branch has been merged and is now closed. The merge target for this PR has been changed to `main`. Here are the recommended steps to get your branch...
Good enough for me. I just ask that you reference this issue in the PRs, then I'm ready to approve.
I know some people like the monorepo pattern. I'm not a fan and my opinion has nothing to do with the capabilities or limitations of git. I just prefer when...