Rikki Schulte
Rikki Schulte
This is a pattern that seems fairly common, that appears to not be working with any of the features  I think it's because we skip the root node with...
Here we have a fantastic improvement from `json-schema-library` that will allow us to get rid of our workaround https://github.com/sagold/json-schema-library/pull/42#issuecomment-1663943004
use built-in yarn lock cacheing
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
the intention is to ensure that type definitions update, and that the schema cache is not completely invalidated when handling every (watched) file change. the schema cache should now only...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
**Currently**: We aren't using prettier, instead a lightweight custom solution that has issues, and is not configurable. **Proposed** - Use prettier for graphql, json, yaml, etc. - make it fully...
This is a wonderful resource, it would be cool to see which of these libraries and modes of usage require preliminary compilation before runtime usage - for example, via a...