Alan Somers
Alan Somers
`iocage snapremove` apparently ignores ZFS errors. This can easily be demonstrated by running the command as an unprivileged user. It ought to be impossible to delete the snapshot, but iocage...
There ought to be an easy to to check whether all jails are up-to-date with their security patches. `pkg audit` can easily be run from within a jail, but `freebsd-update`...
Nix's tests are failing due to a known bug in qemu. It seems to affect all architectures. Could you please update the version of qemu you use to 2.12.0 or...
Double cannot mock a trait that must be `Send`. Example: ```rust fn send() { pub trait A { fn foo(&self); } mock_trait!( MockA, foo() -> () ); impl A for...
The release tarballs don't include the git submodules, which makes them unbuildable. Tested on OpenSeaChest 18.04 with the release tarball posted on GitHub.
Would it be possible to add an option to gumdrop_derive that skips one of the struct's fields? Or if not, one that hides it from the help menu? My motivation...
The crate versions specified in gumdrop_drive's Cargo.toml file are too low. It can't compile when using those versions. To demonstrate, do ``` $ cargo update -Zminimal-versions $ cargo check ```...
When an error happens, the API leaves the user wondering why. I suggest that `blosc_compress`, `blosc2_compress_ctx`, `blosc_decompress`, `blosc2_decompress_ctx`, `blosc_getitem`, and `blosc2_getitem_ctx` should all return `-1` on error and set `errno`....
libbsm.3 cross-references au_stream.3, but that function does not exist.
The `au_to_sock_unix` function exists, but is undocumented. Documentation should be added in au_token.3.