Daniel Xu
Daniel Xu
https://github.com/danobi/prr/commit/0889e77dc18e23b9aaac889aae1d36522b50a9cb regressed dirty checks. I think we want to bring back `status_opts.include_ignored(false);`. Regression (with some debug info): ``` $ git status On branch master Your branch is up to date...
Right now we pass around strings and string references everywhere. It mostly works, except in a few places it's ambiguous whether or not text is quoted or unquoted text that...
From: https://github.com/danobi/prr/pull/40#pullrequestreview-1782484039 Couple of nice-to-have things: * That's highly controversial opinion, but I personally prefer cargo fmt to be triggered by cargo test, rather than by my CI, so that...
Often times the final squashfs image contains a bunch of unnecessary or unused files the appimage will not use at runtime. It is desireable to exclude those files so the...
Letting oomd be silently run against a cgroup1 hierarchy could lead to subtle issues down the line.
It would be nice if pressure_above and pressure_rising_beyond plugins were able to monitor root host pressure. Interface: * root host is encoded by '/'. ie cgroup=/ as the arg for...
* Version of iperf3 (or development branch, such as `master` or `3.1-STABLE`) to which this pull request applies: master * Issues fixed (if any): Added support for sending IMIX traffic...
### Is your feature request related to a problem? Please describe. Consider: ``` $ sudo bpftrace -e 'tracepoint:skb:kfree_skb { print(args->reason) }' Attaching 1 probe... 50 50 ``` bpftrace knows the...
Sweet tool! I was playing around a bit and I was really missing the standard readline shortcuts. **Is your feature request related to a problem? Please describe.** I don't really...