Gabe Cook
Gabe Cook
The help bubble appends the separator after the final column, which results in it being shifted 4 cols to the left when centered. This PR removes the final separator column....
### Describe the bug I host all of my infrastructure in a GitOps repository which uses Renovate to automate Docker image updates. I've noticed Memos that frequently triggers update PRs...
When a flag description contains a hyphen, the flag style is incorrectly applied. For example, see the description of the `--config` flag: This PR changes the flag regex to only...
#### What type of PR is this? * feature * api-change (new function) #### What this PR does / why we need it: Jira has an API endpoint to [get...
Hi! I use `printer` to colorize YAML output to a terminal [here](https://github.com/clevyr/yampl/blob/ef3493e72b79551428337c81afbbf520a2fa6323/internal/colorize/colorize.go#L40-L89) (see also: [`yq` color printer](https://github.com/mikefarah/yq/blob/b80e1cb35e7f4728608d71df002870c379a76e60/pkg/yqlib/color_print.go#L20-L61)), and would like to print comments in gray. This PR adds support for...
#### What type of PR is this? * feature * api-change (new function) #### What this PR does / why we need it: Jira has an API endpoint to [delete...
#### What type of PR is this? * feature * api-change (new function) #### What this PR does / why we need it: Jira has an API endpoint to [get...
This is one of my two solutions to fix #40. Add a `-casesensitive` flag, which disables all generation of lower-cased values. - This required more code changes up front, and...
This is one of my two solutions to fix #40. Split `_typeNameToValueMap` into `_typeNameToValueMap` and `_typeLowerNameToValueMap`. - `_typeNameToValueMap` is checked first with a fallback to the lower-cased map. This lets...
I have taken @vinhjaxt's autogroup implementation from https://github.com/juanfont/headscale/issues/657#issuecomment-2336625885, added some code improvements, fixed lint, and added tests. This is still a WIP, but so far it's working as intended. -...