Chad Kimes
Chad Kimes
Currently, a user can direct a message at you with @nickname, but it can easily get lost in the spam. These messages should be visually distinguished so it's easier to...
See spec here: https://facebook.github.io/graphql/#sec-Introspection #7 has to be finished before this can be started.
https://facebook.github.io/graphql/#sec-Deprecation
At some point we'll need to support defining whether a field or argument is nullable or non-nullable. As for now, a decent starting point will just be forcing the nullability...
https://facebook.github.io/graphql/#sec-Type-System.Directives Need to do this for #8, since you can't introspect what you don't support. Also need to add default Directives `@skip` and `@include`.
This is a tracking issue for incorporating Hardware Attested Platforms, aka Trusted Computing into SLSA. The main idea is to provide greater trust in the build by using trusted computing...
The workstream for HW Attested Build Environments has been building a POC in a repo under my user account: https://github.com/chkimes/image-attestation. We would like to move this under the SLSA framework...