othmar52

Results 39 comments of othmar52

> thanks @othmar52, can you also add a unit test for this? Unfortunately i don't know how to do this. Do you have any commit-hash that adds a unit test...

@thijstriemstra Thank you for the link! I will take a look and try to add a unit test. But i am unsure which behaviour should be forced. In my opinion...

@thijstriemstra i think i am too stupid to add unit tests ### test 1 ```js /** @test {WaveSurfer#setVolumeWhenMuted} */ it('should set volume when muted', function(done) { let targetVolume = 0.5;...

> can you be more specific? i did not dig into the code but i can confirm that https://wavesurfer-js.org/example/split-wave-point-plot/index.html does not work for me: ![image](https://user-images.githubusercontent.com/7056051/194740814-588fbfa0-c1df-4015-a50d-1f022b83f27f.png)

Hi Herbert, The user stuff is not finished yet. I know it's really annoying to have the login form on every browser start. Maybe i will fix this soon but...

Thank you for reporting! the sliMpd import/migration process does a lot of guessing stuff in order to correct meta-informations that seems to be invalid. this guessing stuff is based on...

@brendan-pike thank you for reporting! i have a vague idea why this error occurs but i am not sure about. please pull the latest commit and give it another try.

@brendan-pike giving feedback on issues you opened (thanks for that!!!) seems not to be your strength :) Please can you tell me if the problem still exists?

please try to increase verbosity level in `core/config/config_local.ini` ```ini [config] cli-verbosity = 10 ``` due to some caching issues remove the cached config manually ``` rm localdata/cache/conf* ``` and give...

Maybe your webserver-user is not able to access your configured mpd-database file!? Are you able to access sliMpd's systemcheck in your browser?