Adam Voss
Adam Voss
@tomByrer eps, png, and svg can all be found in the spec repository: https://github.com/yaml/yaml-spec There is also the logo used on GitHub and Yaml.io (png only) (see yaml/www.yaml.io#1): https://github.com/yaml/www.yaml.io/tree/master/img If...
https://github.com/wandroll/jsonschema-commandline has more recent activity, not that that strictly means anything.
This would also help reduce merge conflicts such as have been experienced in #10 because new servers could be added without editing the HTML layout.
@felixfbecker Thoughts? (you appear to be the main maintainer)
I can see that as a valid concern. `bundler` takes care of the gems question nowadays, but there is still the need to install ruby/bundler and needing to serve the...
As examples you can see: template: https://raw.githubusercontent.com/json-schema-org/json-schema-org.github.io/master/implementations.md data: https://github.com/json-schema-org/json-schema-org.github.io/blob/master/_data/validator-libraries.yml template: https://github.com/macchina/showcase/blob/master/libraries.md data: https://github.com/macchina/showcase/blob/master/_data/arduino-libraries.yml I don't think using MS as a data source would work because it does not track as...
I like having a file called ACKNOWLEDGMENTS(.txt|.md)? and it is [what is mentioned in `special-files-in-repository-root`](https://github.com/kmindi/special-files-in-repository-root), but I have not really seen standardization on this front (NOTICE, ThirdPartyLicences.txt, etc.) and that...
I recently discovered that some courses do not (or no longer) make their materials available indefinitely after the course and lost important reference material as a result. I have turned...
@pms1969 I really don't think that is a [JSON Schema](http://json-schema.org/examples.html)
@dthielking In YAML, `!Join`, `!FindInMap`, and `!Ref` are all [tags](http://www.yaml.org/spec/1.2/spec.html#tag//) and are used to convey type information. > YAML tags are used to associate meta information with each node. In...