Lisa White
Lisa White
Spelunker is very slow if used for large files O(10MiB). I feel like I prefer to use `g:spelunker_check_type = 1` for most small-ish files. Only huge logs cause issues. Please...
SystemExt::name() returns human-readable distribution name, but there is no machine-readable alternative. SystemExt::distribution_id() returns os-release.ID, or std::env::consts::OS if os-release.ID is unavailable. Fallback behaviour is consistent with the os-release.ID specification on Linux....
Hi, [os-release](https://www.freedesktop.org/software/systemd/man/os-release.html) documents `NAME=` as a human-presentable name of a distro, and `ID=` as a machine-readable identifier. `System::name()` currently relies on `os-release.NAME`, which makes it less than ideal for distro...
https://github.com/mesonbuild/sqlite/pull/16#issuecomment-660683691
From https://github.com/mesonbuild/protobuf/issues/9 by @jmansion > Anyway - can we have some clear guidelines on how to prepare a pull request to fix issues? I'm quite happy about the patch downloads...
https://github.com/mesonbuild/arduinocore-avr/pull/2#issuecomment-636537875
### Microsoft PowerToys version 0.70.0 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? Peek ### Steps to reproduce 1. Open file.zip containing *.md files....
Currently `fisher install FOO` always fetches `FOO`. ## Proposal It would be convenient to have a command like - `fisher install_missing FOO`, or - `fisher install_needed FOO` that would only...
Similar to `to`, `bcc` etc. See https://webapps.stackexchange.com/a/5729. Surprisingly it doesn't work with workspace aliases, but works well with + aliases (e.g. [email protected]). But it's still pretty useful for filters to...