Ben Hills

Results 104 comments of Ben Hills

Those two values were set as part of the setup of the `just_audio` plugin; however, looking at the docs you have posted I read that as `NSAllowsArbitraryLoadsForMedia` disables `NSAllowsArbitraryLoads`. I...

Hi @tomtom, Would you mind sharing your OPML file so I can test & watch the import locally? Thanks, Ben.

Hi @ryanheise, Just adding to this thread as I am also having issues with this, particularly when trying to sync transcripts to audio. Adding the `FLAG_ENABLE_INDEX_SEEKING` flag seems to resolve...

Ah yes! Sorry, should have realised - it's even in the name!

Hi @mrkrash, Thanks for checking this out. It looks like this issue has changed since it was logged. Trying this now on iOS, the playback goes into loading state when...

Hi @mrkrash, Thank you for diving into this. Could you please add a link to the open just_audio issue - I would be interested in taking a look (there are...

I have hit this same issue. The deadlock originates at line 399 of `AxisTickCalculator_.java` in the `calculateForEquallySpacedAxisValues` method. At line 393, `span` is calculated; however, if it is calculated as...

Please find below a minimal example to reproduce this issue: ``` import org.knowm.xchart.BitmapEncoder; import org.knowm.xchart.XYChartBuilder; import java.io.IOException; import java.util.List; public class XChartDeadlock { public static void main(String[] args) throws IOException...

Hi @timmolter, Yes, all is working correctly now. Thank you for fixing this.