edef

Results 14 issues of edef

When `/etc/network/interfaces` specifies a /18, the network setup script interprets it as being a /16: ``` # cat /etc/network/interfaces … auto eth0 iface eth0 inet static address … netmask 255.255.192.0...

bug

`XDG_CONFIG_DIRS` can contain multiple elements separated by colons, which should be searched in order.

The first `c->chunk_size_min - CA_CHUNKER_WINDOW_SIZE` bytes don't contribute to the result, so we don't need to hash them. This improves chunker throughput by about 16% (216 MiB/s -> 250MiB/s) in...

We currently only support x86_64, because this library grew out of an experiment for my kernel, which also only targets x86_64. We'd like to support a few more: - [x]...

enhancement

I'd like to have some form of automated verification that we're not unintentionally modifying processor state that we're not declaring as clobbered. Preferably, we would automatically generate a list of...

enhancement

I'd forgotten to give deletion privileges on my Google Cloud Storage bucket to the service account that Litestream was using, since the [manual](https://litestream.io/guides/gcs) only says to give _Storage Object Creator_...

It is imported, but never used. The tests pass fine without it, and the entire package is deprecated anyhow.

It's conspicuously missing from the list, and specified in https://tools.ietf.org/html/rfc6350#section-6.2.3.

Previously, crate2nix tests were run equivalently to `cargo test --release`, which is a somewhat unusual default configuration. It might be worth having a flag to tweak this behaviour, similar to...

Literally a copy-paste, identical implementation.