chkno
chkno
vim-airline commit [14691bb00e1ce3f8118ec664fc3308ee37a66a55](https://github.com/vim-airline/vim-airline/commit/14691bb00e1ce3f8118ec664fc3308ee37a66a55) "themes: load them explicitly rather than implictly" on 2018 Nov 13 broke Soares/base16.nvim 's airline integration. After this commit, attempts to use `g:base16_airline=1` yield this error message:...
Nearly all Chrome vulnerabilies also apply to `chromium`, `ungoogled-chromium`, etc.. **Has CVE info**: https://repology.org/project/google-chrome **No CVE info**: https://repology.org/project/chromium https://repology.org/project/ungoogled-chromium https://repology.org/project/ungoogled-chromium-wayland https://repology.org/project/chromium-freeworld https://repology.org/project/chromium-beta-ozone https://repology.org/project/chromium-dev-nosync https://repology.org/project/chromium-dev-ozone https://repology.org/project/chromium-gost https://repology.org/project/chromium-legacy https://repology.org/project/chromium-nosync https://repology.org/project/chromium-ozone https://repology.org/project/chromium-snapshot ......
`--gc-roots` is good because it includes all the roots in use by currently-running processes (found by rummaging through /proc/). But `--gc-roots` is bad because it includes all the old profiles....
```rust use num_bigint::BigUint; fn main() { let small = 32768usize; let big = BigUint::from(small); println!("{small:x} {big:x}"); println!("{small:x?} {big:x?}"); } ``` Prints: ``` 8000 8000 8000 32768 ``` It should print:...
Add/improve some tests, especially around message size limits. After reading the documentation, and the tests, I wasn't clear about what happens when one tries to read a message larger than...
The ReadmeDoctests tests introduced in #37 sometimes fail non-deterministically. For example, I ran `cargo test` 100 times and it failed 12 times. ... But then I ran it a thousand...
When a CGI script is configured to be at the root of a domain -- when the whole website is served from one CGI script -- [cgi/src/lib.rs:304:21](https://github.com/amandasaurus/rust-cgi/blob/v0.6.0/src/lib.rs#L304) panics: thread 'main'...