Kien Dang
Kien Dang
Sorry for not getting back on this sooner. `jsonschema` just added support for draft 2020-12 Julian/jsonschema#817. However I'm not sure if they have error formatting/annotation collection which is what we...
I do have a WIP on that. Will find time to finish it somewhere next week. I'd love to see telemetry integrated in too.
@rolandmas I'm pretty sure this repo is unmaintained, superseded by https://github.com/jupyter/jupyter_events.
I like the syntax. Currently waiting until the jupyter_server PR get merged so we can test this with the events over there.
~~`$id` can just start with `/`, e.g. `/hub/server-event` is a valid `$id`. This is also how MediaWiki set the `$id`s for their schemas. Example: https://schema.wikimedia.org/repositories/primary/jsonschema/mediawiki/user/blocks-change/current.yaml~~ See first comment.
MediaWiki's `$id` are actual relative URIs though. They resolve against the origin `https://schema.wikimedia.org/repositories/primary/jsonschema`. For example contains the schema with `$id` `/mediawiki/user/blocks-change/1.1.0`. Relative URIs might provide us with some flexibility down...
I would like to use these with scalacheck-effect as well @rossabaker would you mind if I make a PR here porting over Banno/vault4s#225?
> If this doesn't work, we could stop letting GitHub run Jekyll and run our own Jekyll and just push the rendered site. Then it's impossible to get out of...
Now I'm pretty sure Github Pages will just use the latest version of the github-pages gem. One way to keep the dev env in sync is to set up dependabot...
By caching do you mean caching the packages downloaded by apt and pip? That is possible using [buildkit](https://github.com/moby/buildkit) with the [experimental Dockerfile syntax](https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/experimental.md).