solstice23
solstice23
Currently I am dividing them into 1/3 (666). The images below show two cases (666 and 725). I think the latter one is too dense.  
My original plan is to add figures for every aspect, I will do this later, don't know if there is enough space. Reducing opacity on some rings can make this...
Discord friend request sent
The new version with osu!skills has been deployed. You can toggle the chart by switching these options. 
Should we allow criteria with decimals? Like these: + `6.5m` + `6m15.5s` + `6.5m25.3s` I think only the first two are valid, which solely have decimals in the last segment.
Now it should be working fine. These are valid: + `7m27s` + `1h2m3s` + `1h2m3.5s` + `7:27` + `1:2:3` + `1:02:03` + `6` + `6.5` + `6.5s` + `6.5m` There...
I suppose formats like `1:2:3` are acceptable because they are just simplified forms. `0:02:03` looks better but users' input without the prefix 0 should be allowed too. That increases the...
> `^((?\d+)h)?((?[0-5]?\d)m)?((?[0-5]?\d)s)?$ // XhXmXs format` `65m`, `90s` or `80m20s` should be valid too, while `2m80s` is invalid. One possible way I think is to extract every part first regardless of...
https://github.com/ppy/osu/pull/19275/files#diff-55ee49f7d5113ff54cf89f0567697cac68678297bf4fe046d0f3b1b8fb7658daR330-R332 3 regexes had been implemented instead of the previous splitting parsing method. Additional, an extra test case `1h20s` which is valid had been added