Róbert Papp

Results 849 comments of Róbert Papp

Although a simple static boolean variable would work, I guess.

@tschuchortdev the code is simple, but it's still code, and the tests would protect it from breaking in the future. For example, if the functions get reordered, and accidentally change...

Thanks. I agree with `@`, changed above and reformatted a bit. I'm not a self-hosted user either, so let's get opinions from those who do: @MPV (#59), @mathew-fleisch (#5), @deviantintegral...

Awesome! I can confirm this works (I grabbed the executable artifact from https://github.com/nektos/act/actions/runs/7959602137). Will need to adjust some scripts because of the way artifact upload works, but looks as expected:...

As far as I know, yes, but it's provided as [a temporary migration path](https://junit.org/junit5/docs/current/user-guide/#:~:text=JUnit%20provides,JUnit%20Vintage%20test%20engine).

Wiremock requires Java 11 now, even though it lists [17](https://github.com/wiremock/wiremock/releases/tag/3.0.0) in the release notes. * Related PR: https://github.com/gradle-nexus/publish-plugin/pull/254 Since E2E tests are executed on Java 8 too in the related...

I think it's a duplicate of https://github.com/cashapp/paparazzi/issues/915

Fix for this at https://github.com/google/jetpack-camera-app/issues/55

There were a lot of errors which ktlint couldn't handle automatically, those are fixed in https://github.com/cashapp/paparazzi/pull/1183

> I often run with —quiet (-q) which might hide these, which would be a good workaround for now. Hey @ben-manes you might be running with `-q`, but as platform...