Chris Kay
Chris Kay
Commitizen's `--hook` option truncates the `COMMIT_EDITMSG` file. This wipes the `Signed-off-by` trailer generated by Git's `-s` flag, as well as any other trailers that might have been there before running...
When installed manually into VirtualBox and Parallels, a vanilla Ubuntu image shares the host's Cisco AnyConnect VPN connection. However, when bringing up a `generic/ubuntu2004` box, all tunneled domains are inaccessible....
This commit adds the `continuation_mode` configuration option, which is used to control the indentation style for continuation lines. At present, upstream is locked to the `align` style defined by this...
The `parse_pspec` function incorrectly uses `npargs` instead of `nargs` as the dictionary key, which results in all the generated functions defined by `standard_modules.py` having `*`-specified positional arguments.
**NOTE** This PR would probably be better served by introducing a `dangle-parens-mode` to select the precise behaviour, but for now this offers a fix for currently-inconsistent behaviour. --- The `dangle-parens`...
As it says on the tin: `AsPrimitive` has not been implemented for `bool`. Is this intentional or an oversight? It's implemented for all `{integer}`, which makes it very difficult to...
Comment blocks that utilise Mermaid's code blocks break footnote rendering, e.g.: #[cfg_attr(doc, aquamarine::aquamarine)] /// This is a comment. /// /// This is a diagram[^1]: /// ```mermaid /// flowchart LR ///...
**What steps did you take:** I wrote this snippet into a new file `xyz.yaml`: ```yaml #@ load("@ytt:data", "data") #@ foo = data.values.foo or "bar" ``` **What happened:** When running `ytt...
What it says on the tin. The 5.2 sources haven't been released on here for whatever reason, so the community can't do this work themselves with satisfactory results.
Hi, this crate is fantastic for parsing strictly-structured information, but in the XML documents that I'm using there are several tags which can contain mixed content (for rich-text renderers). For...