Daniel Prilik

Results 6 issues of Daniel Prilik

EDIT: See subsequent comments. Original title: "Publish release with `cfg(fuzzing_repro)`" * * * This feature is already [documented in the guide](https://rust-fuzz.github.io/book/cargo-fuzz/guide.html#cfgfuzzing_repro), so it was quite puzzling when it didn't seem...

First off: thanks for this crate! The syntax is clean and intuitive, and is a lot easier to use than the other bitfield crates i've seen on crates.io. Right now,...

#283 introduced the PROTOC env var, which our project uses to great effect via the `[env]` table in `.cargo/config.toml`, ensuring that all folks working on the project use a consistent...

help wanted

Some particularly interesting ones to look into: - Link checking: https://github.com/Michael-F-Bryan/mdbook-linkcheck - Avoiding link-rot seems super useful - Would be cool to integrate with #149, in order to link to...

documentation
flowey
CI

In the brief window where OpenVMM was on github, but was still closed-source, we used the `gh` CLI in order to properly authenticate with private repos in order to download...

enhancement
flowey

We are already running `cargo doc` in our CI infrastructure, but we are not currently publishing those docs on GitHub pages. This should be relatively straightforward to do in our...

documentation
flowey
CI