mt633

Results 58 comments of mt633

For me render() doesn't work after clear(), so I need to reload the file for it to work. If it would be possible to set the colors in the render()...

Brilliant, thanks! I'll let you know how it works when I get a chance to try it. Well, my main usage would be to invert the colors of the scores...

Not sure what you mean @bneumann. As far as I can see, auto-resize only works for the width of the screen, not for the height. I would like the option...

Thanks for the clarification @matt-uib! It depends on #372 then I suppose.

Thanks, I'll let you know if I manage to find a way to reproduce it.

I also managed to get this log from `just_audio` if I use try catch on load/play: ``` (-1008) resource unavailable #0 AudioPlayer._load (package:just_audio/just_audio.dart:800:9) #1 AudioPlayer._setPlatformActive.setPlatform (package:just_audio/just_audio.dart:1370:28) ``` I was trying...

After some further digging, this seems to be an issue caused by the headers refactoring commit https://github.com/ryanheise/just_audio/commit/27ab201c18d75f299643615661f87e5ebd34b459. If I use HLS without headers it works, but there seems to be...

Exactly, it did work before that commit. Not entirely sure if there are several different issues here or not, but at least one issue was caused by that commit.