Greg Oledzki
Greg Oledzki
I think I play the same way as @meikpiep described. I use the `?` fairly often just to make sure I am not losing my time. One can say it's...
Thinking about it more. Maybe it's just enough to add a setting (off by default): "consider ? as cheating" (or whatever nice term we want to use).
Related to #80
The 474954 number is probably significant. That's the number hours since the epoch time 1970-01-01. So guessing here... Maybe the restart or upgrade of the app throws away one of...
I have just observed the same without an upgrade:  I have started the app for the first time today.
Well, this was my first thought. But how come average is 4 if min is 24?
Also re English - I don't think the symbol is used that widely for average, at least in non technical contexts. But I am not a native speaker. In such...
> Will investigate the numbers Could it be that the actual logic of calculations is fine on paper, but it's based on incomplete data? A random thought looking at: https://github.com/meikpiep/gauguin/blob/02245da9dc05b715a7ff8d5ab4a7a9faca1cb57c/gauguin-app/src/main/kotlin/org/piepmeyer/gauguin/ui/statistics/StatisticsActivity.kt#L146...
Maybe use `solvedDuration.size()` instead of `overall.gamesSolved` as the denominator?
This Github issue should be moved to `rewrite-java-security` as this is where the mentioned code resides now: https://github.com/openrewrite/rewrite-java-security/issues/11