Ralph Giles
Ralph Giles
Thanks for the excellent `config` script. I used it on a new setup yesterday, but noticed it installed stretch, which is out of support. Here's an update to default to...
Add a basic build config so there's some build/test feedback on the state of the code, especially now that travis-ci.org is retired.
Add basic builds on Ubuntu and macOS hosts for Github's CI automation. Each builds with either GNU Autotools or the plain Makefile, and then builds the documentation. Based on similar...
I'm new to libfuzzer, so perhaps there's a simple way to do this, but I've not found a good way to pass a directory of seed files to the fuzzer....
### Describe the Bug Crates.io lists 0.1.7 as the latest release, but there's no tag in the repo for that version. The metadata points to commit f998b08b76655c16b948fc329c26ba563e9b3384 which also doesn't...
Resolves https://github.com/brave/brave-browser/issues/23462 ## Submitter Checklist: - [x] I confirm that no security/privacy review [is needed](https://github.com/brave/brave-browser/wiki/Security-reviews), or that I have [requested](https://github.com/brave/security/issues/new/choose) one - [x] There is a [ticket](https://github.com/brave/brave-browser/issues) for my issue...
I'd like there to be a way to inject secrets or other per-instance values into an ignition file when `fcct` is run. # Use case An application config file contains...
It [would be nice](https://stackoverflow.com/questions/47555361/are-there-tools-to-repair-opus-file-stream) to have tool to fix invalid files, as much as is practical.
Use specific `use` statements for ringbahn modules and types in the `read-event` example, to match the style of the other examples. Specific imports make it more obvious where things are...
BitVec is very convenient for protocol data and processing bit-oriented encodings. For cryptographic applications it would be nice if it implemented the [`Zeroize`](https://docs.rs/zeroize/latest/zeroize/trait.Zeroize.html) trait for clearing key material from memory...