Luca Bruno
Luca Bruno
Hopefully we can get the kernel default search path augmented, requiring less manual fiddling in the future. Asked for that in https://bugzilla.redhat.com/show_bug.cgi?id=2010641.
There is an ongoing thread right now on Fedora devel ML about splitting chrony config into fragments: https://lists.fedoraproject.org/archives/list/[email protected]/thread/CEONIMCGXH4CXQJZTDK4NDRDJ7FXDIYI/. It may be worth waiting a bit more before documenting this, and...
No, if I remember correctly, not having it is fine if the kernel does not support userns. See https://security-tracker.debian.org/tracker/CVE-2014-8989 for this specific case.
@ogham if you are going that route, it looks like the guard should record `getgroups` state before resetting groups and recover them back on drop.
@oscarbatori the problem with `dolt tag` is that conceptually it can do `tag_list` + `tag_create` + `tag_delete` in a single verb. I can rename this creation method to simply `tag`,...
The `git` API looks quite nice IMHO: a `Tag` class with a `create` class-method. However that would depart quite a bit from current API approach and will invert current relation...
@xiaoziv thanks for the PR, but the commit needs a `Signed-off-by` in order to pass CI.
@xiaoziv you can follow the instructions in the CI job: https://github.com/tikv/rust-prometheus/pull/484/checks?check_run_id=24660576664
All the `Int*` types offer some basic additional sugar, but by their own design they can't cover all possibilities. And handling all the possible cases with custom types will result...
But that's not something that this type of instrumentation can provide, nor a problem that we can solve in this library. At the bottom of all this, [values only exist...