Results 99 issues of dkg

This should address #8, if i'm understanding the report and the changes here correctly. I got it from https://github.com/openpgpjs/compressjs

Visiting a web page on a modern browser often means pulling in subresources from a handful (or even dozens) of third-party webservers, not just the origin itself. It would be...

the distributed crate for tinytemplate appears to have almost all files marked as executable: ```console $ wget -O - -q 'https://crates.io/api/v1/crates/tinytemplate/1.2.1/download' | tar tvz -rwxrwxrwx 1000/1000 1249 2021-01-03 14:00 tinytemplate-1.2.1/.github/workflows/ci.yml...

asn1c version 0.9.28 appears to be the last release, but it was back in 2017 (4 years ago), and the current branch contains dozens of commits, including fixes and additional...

(this is not permitted by ISO C) This is a pedantic cleanup, avoiding this error message: ``` nul1fs.c:26:2: error: ISO C does not allow extra ‘;’ outside of a function...

boulder should always issue certificates with the "must staple OCSP response" X.509 extension (aka "TLS features, [RFC 7633](https://datatracker.ietf.org/doc/html/rfc7633)) if a `must-staple=true` parameter is present for the [CAA record](https://datatracker.ietf.org/doc/html/rfc8659) corresponding to...

If the searched documents are the equivalent to a library, then client side search is like hiding what you're reading in the library from the server. The server knows that...

In #1671, there is a reasonable argument made that a principled mapping between `size_t` and `usize` is improper. However, all platforms that i'm aware of do equate the two. bindgen's...

away.log writes some IRC messages to the local filesystem. some users may prefer to avoid having those messages present on disk. It'd be nice to have a configuration option that...

enhancement