Alun Evans

Results 11 comments of Alun Evans

Using an env-var to turn it on seems fine. At a later date someone can try to do the `isatty` check.

btw, they did this in bazelbuild/rules_jvm_external#346

@yegor256 for the release notes, that would be good enough I guess. It's a shame that `git log --oneline` will still look bad though, but if it was fixed, it...

@original-brownbear what did you think about this one?

@original-brownbear yes, something like that. We've been using `[#id] One-line-Message`, since git seems to discard `#comment` lines.... Unless we end up with `git config --global alias.yolo '!git add -A &&...

@original-brownbear That sounds like a good idea, though I wonder whether it's nice to get it user-side as well, i.e. from [git-scm](https://git-scm.com/book/en/v2/Customizing-Git-An-Example-Git-Enforced-Policy) > The downside to this approach is the...

> # [Codecov](https://codecov.io/gh/yarpc/yab/pull/307?src=pr&el=h1) Report > > > Merging [#307](https://codecov.io/gh/yarpc/yab/pull/307?src=pr&el=desc) into [dev](https://codecov.io/gh/yarpc/yab/commit/843ed982dac9caa26350c39799bbc6c7316d74ea?el=desc) will **decrease** coverage by `1.03%`. > > The diff coverage is `100.00%`. What ... what is the math behind...

> Stackdriver has a few more levels on the severe end: > > ``` > // Alert means a person must take an action immediately. > Alert = Severity(logtypepb.LogSeverity_ALERT) >...

What's the problem you are trying to solve vs the proposed solution?