Andrew Lilley Brinker
Andrew Lilley Brinker
- [ ] Design and implement blog post feed - [ ] Add RSS feed for blog posts - [ ] Implement blog post page, with... - [ ] Author...
- [ ] Write RFD for the new output system design - [ ] Implement minijinja templates for reporting results and printing errors - [ ] Implement color handling via...
The slides for the closing keynote at this year's CPPCon include QR codes linking to runnable code on the Godbolt Compiler Explorer: http://vandevoorde.com/CppCon2024.pdf It would be very cool to be...
Error out in case of adding members of Cargo virtual workspace individually in `dist-workspace.toml`
See: https://github.com/mitre/hipcheck/actions/runs/11751317704/job/32741130807 In this GitHub Actions error, you can see that each crate in the Cargo virtual workspace is duplicated 14 times. This is because the `workspace.members` field of the...
Replica of https://github.com/omnibor/spec/issues/65, but for the site.
Right now we can get a prominent flash of unstyled text problem on the site, which should be corrected.
See title. Currently we don't infer anything from this type, so it'll be determined to a repo-type seed. Specifying `-t sbom` doesn't override, just leads to a conflict between the...