Syakhisk Al-Azmi
Syakhisk Al-Azmi
You can use `pactl` for that, here's some example: ``` # Vol up/down pactl set-sink-volume @DEFAULT_SINK@ +10% pactl set-sink-volume @DEFAULT_SINK@ -10% # Vol mute pactl set-sink-mute @DEFAULT_SINK@ toggle # Mic...
I was about to make a PR exactly like this, you beat me to it! +1
+1 had the exact same problem
I'm interested in participating!
> I had a similar issue, and it was due to clang compiler warnings being printed due to cgo. Once I disabled the warnings, the test output was correctly parsed....
@sergii4 can confirm that this is still happening as I don't locally modify any neotest-go files. However, the output is only showing raw JSON when I open the individual test...
Hey @sergii4, thanks a lot for taking the time to fix this. But I'm still seeing the same result. Checked it on the new test file you added in the...
Yupp, it works on the tests in your PR. But I've found yet another bug. if the 2nd level test has space in it, the output still messed up If...
But upon checking on my real projects, it still shows the JSON. I will come back to make a reproducible repo and possibly help debug (no promises :D) later in...