Greg Miller

Results 69 comments of Greg Miller

NOTE: As I think you saw, I filed another feature request https://github.com/beyondgrep/ack3/issues/303. And note that if that issue were fixed, then I think I could work around _this_ issue safely...

I think the policy about not embracing any particular VCS does make sense. However, I think it's difficult for users to implement this functionality _outside_ of ack without support like...

IIRC there's an issue w/ system-wide dark mode with Chrome on Linux. `chrome://flags` does show an option to force enable it, but that makes some other sites look like crap...

Oh. I probably did have the tab in the foreground but in a separate chrome instance on some other virtual desktop. ... testing w/ tab in background... Shoot, I'm not...

Thanks. I figured that avoiding a googletest dependency was probably the reasoning behind this decision. With a patch, we should be able to fix vcpkg, but it will require the...

I'd avoid `round`, but `truc`, `floor`, and `ceil` are predictable and do seem useful.

I think saturating arithmetic should be the default behavior for duration and instant types. Panicking in release builds for "Duration::MAX + 1" is harsh, especially when they both effectively mean...

Thanks. Our builds run in a completely headless environment. They run in docker containers on servers and we only see the text logs. In such a case, I'm thinking the...

What's the status of this issue? The [advanced.md file](https://github.com/google/googletest/blob/master/googletest/docs/advanced.md) references using `::testing::EqualsProto`, but this matcher is not part of gmock.

Friendly ping. The docs should remove references to EqualsProto() and any other matches that don't exist externally.