Thayne McCombs
Thayne McCombs
If it is used, it will avoid using the deprecated apt-key command. Fixes: #13168 ## Description Add support for a `signed_by` property for apt_repository. If true, and a key is...
#### Describe your feature request In the `ignore` crate, `WalkerBuilder::override` allows you to pass in overrides, which use ignore globs with the meaning of "!" inverted. For ripgreps `-g` option...
Fixes #146
Fixes: #123
#### Describe your feature request Add a method to `regex::Captures` that is equvalent to (or even just this implementation): ```rust #[inline] fn full_match(&self) -> Match { self.get(0).unwrap() } ``` Getting...
**Is your feature request related to a use case or a problem you are working on? Please describe.** Some user-supplied BMP images use fake alpha. Meaning that even though they...
The parsing algorithm behaves differently for certain domains that are considered "special". In addition the scheme of a non-special URL cannot be changed to a special scheme. In some applications,...
Consider the following (scala) code using this library: ```scala val c = ConfigFactory.parseString(""" a = [${s}-1] a += ${s}-2 a += ${s}-3 a += ${s}-4 """) val r = c.resolve(ConfigResolveOptions.defaults.setAllowUnresolved(true))...
As brought up in #4600 and #3661, there are cases where it would be nice to support additional types with special semantics for clap_derive fields. However, doing so for any...
**Is your feature request related to a problem? Please describe.** After typing in a search, I would like to be able to navigate through the matching results and select the...