Gábor Molnár
Gábor Molnár
js-schema's referencing support was designed for references inside a single expression (e.g. the referencing self, referencing a schema object twice, etc.), but maybe it could be extended to support proper...
Yeah, we should find a new name or syntax for this soon.
The thing is, that checking for 'function' type is something that is not supported in [JSON Schema](http://json-schema.org/) format (see this [list of primitive types](http://json-schema.org/latest/json-schema-core.html#anchor8)). :( One possible solution would be...
Reading the JSON Schema standard again, I discovered that extensions are supported quite well: > Implementations MAY choose to define additional keywords to JSON Schema. Save for explicit agreement, schema...
Validating and then knowing which fields failed is something I planned for a long time, but did not get to implementing it in the end due to lack of time....
Hm, what we lose with this is the guarantee that frames are sent (and received) in the order they are written in the stream. I looked this up in the...
Yeah, it's doable in certain scenarios. I'm OK with handling the cases we know are safe specially, but I'm afraid of using very complicated logic to do this. How about...
Hey, sorry I didn’t take a look at this code in the past five years, so you probably know it better than me at this point.
Sorry, it's been a long time since I've used this tool, so it's likely very outdated. My guess is that the the 2020 Reader uses a newer file format, not...
It seems like GitHub no longer opens links in new tab: links don't have target="_blank" attribute. If you edit the DOM in the browser dev tools and add it back,...