Eryk Lepszy
Eryk Lepszy
Fixes issue: https://github.com/exch-bms2/beatoraja/issues/678 Previously, it was only possible to play charts using the input method picked as music select input option. This PR introduces a change that will select appropriate...
There are multiple minor optimizations applied in this PR, either relevant to code performance or readability, explained in detail in commit messages when applicable. - Pre-sized toArray calls are changed...
Currently, if a user would have any illegal BMS files or the detection system would react on any false positives, there is no way to tell which BMS files cause...
I'm using `WebMvcLinkBuilder` to generate links to controller methods with specific predefined parameters represented by a list of enums. These enums have custom `toString()` implementations to provide required labels for...
I'm writing a project that converts text to speech using Google TTS. The mp3 files it returns have some audible crackling noise in them while played with rodio. It's not...