hvihvi

Results 4 comments of hvihvi

+1 for Go as well, it seems to match perfectly the listed constraints.

As a first step, migrating to cobra (https://github.com/spf13/cobra) would probably help in writing a more consistent CLI.

Push --force 0d6d73f : Rebase master and port any new code merged in master to migrated files.

I'm not sure how to run the doublesymmetry/kotlinaudio project to make sure, but I think the issue is with this part: [https://github.com/doublesymmetry/KotlinAudio/blob/main/kotlin-audio/src/main/java/com/doublesymmetry/kotlinaudio/players/QueuedAudioPlayer.kt#L192](https://github.com/doublesymmetry/KotlinAudio/blob/main/kotlin-audio/src/main/java/com/doublesymmetry/kotlinaudio/players/QueuedAudioPlayer.kt#L192) ```kotlin /** * Removes all the upcoming items,...