Greg Oledzki
Greg Oledzki
If white space (space or newlines) was allowed (and ignored), it would be easier to structure the programs. On top of that if one could add a comment which would...
If we had sqrt (square root) if would be easier to draw circles of given radius.
## Observed  Notice the 474957 number of hours. ## Steps to reproduce Are unknown to me. I know I have completed a game with total time of ~20 min....
I fail to understand what does phi (Φ) is supposed to mean in the Statistics page. 
I don't need it for anything in particular, but sharing the idea which might be nice. The stats page could show the total time spent playing the games.
Disclaimer: Totally minor thing. I only report that because I sense you somehow value the feedback. I don't need it for anything, feel free to just ignore, close, whatever. The...
Context: https://github.com/scapegoat-scala/scapegoat/pull/848#issuecomment-2188766917 Symptoms: https://github.com/scapegoat-scala/scapegoat/actions/runs/9525951458/job/26637201869 has failed with: ``` [warn] Ignored unknown package option FixedTimestamp(Some(1262304000000)) [info] Wrote /home/runner/work/scapegoat/scapegoat/target/scala-2.12.18/scalac-scapegoat-plugin_2.12.18-2.1.6+5-d67c7737-SNAPSHOT.pom [error] java.net.ProtocolException: Server redirected too many times (20) [error] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [error]...
https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/monitor doesn't seem to mention that only selected values for `time_range` are allowed. If you try to use: `-25h` you might get: ``` 10:49:44 Error: {"id":"XV623-9VCYR-Q3NNU","errors":[{"code":"monitors:unsupported_trigger_time_range","message":"Unsupported trigger time range.","detail":"Unsupported trigger...
## What is the smallest, simplest way to reproduce the problem? ``` @Test void trailingComma() { rewriteRun( buildGradle( """ plugins { id 'java-library' } dependencies { implementation platform("commons-lang:commons-lang:2.6", ) }...