Patrick Casey
Patrick Casey
I am trying to mirror crates.io with panamax and it nearly finishes syncing all of the crates, but it hangs forever when there are ~10-20 crates left. I am using...
Implement parsing logic found in https://github.com/mitre/hipcheck/blob/main/site/content/rfds/0004-plugin-api.md for plugin manifest. Example: ```kdl publisher "mitre" name "affiliation" version "0.1.0" license "Apache-2.0" entrypoint { on arch="aarch64-apple-darwin" "./hc-mitre-affiliation" on arch="x86_64-apple-darwin" "./hc-mitre-affiliation" on arch="x86_64-unknown-linux-gnu" "./hc-mitre-affiliation"...
In the release of `3.5.0` there was [regresssion](https://github.com/mitre/hipcheck/issues/295) in the output of `hc check` when using the `-v quiet` flag. More output than expected was being printed in the user's...
**Describe the bug** The light/dark mode toggle does not work when running the development server via `cargo xtask site serve` **To Reproduce** - `cargo xtask site serve` from the root...
**Describe the bug** I have noticed the graphic with "Is the project maintained?", "Are there code reviews?"... has some odd scroll behavior. When scrolling down the page it jitters and...
`git2` is a fairly heavyweight dependency, which currently also forces us to add `openssl` as a dependency. Both of these crates take a long time to build and all of...
## Overview This PR is split into 5 different commits to make it easier to review and revert, if there is a problem in the future. The commits are as...