Tony Li
Tony Li
Personally I feel like that kind of information is critical to the instrumentation. As far as I can tell, the otelhttp instrumentation is mostly barebones at the moment and only...
I just installed it and most of it works. These do not: - Show outdated by default - Highlight outdated diff icon Otherwise very happy. I would love to get...
Thanks. I put it here (in my own sort of extension): It shows both the branch name, as well as provides expansion/collapse (toggle) functionality.
Have you guys tried https://github.com/cpriest/SnapLinksPlus?
Funny, just stumbled upon this UX issue today as well. Was expecting `app.Flags` options to show up with every subcommand's help as well as a `GLOBAL OPTIONS` or something. Cobra...
Commenting since the implementation update is nearly complete (pending review). I feel like it is a little convoluted to force the user to remap secret names... ```yaml secrets: - source:...
@msuterski it means the opposite: this would improve _Namespaces_ (by adding labels to them) for use by deploy on PRs, which can only be done in 0.5+.
I think this should be done in from a separate step. That step can download any templates and concatenate them together for templating and application.
https://github.com/drone/drone-plugin-index/tree/master/content
> Note that default values set from file (e.g. FilePath) take precedence over default values set from the environment (e.g. EnvVar). -- https://github.com/urfave/cli#values-from-files This seems easy enough of a change...