Neil Rackett

Results 12 issues of Neil Rackett

**How to reproduce** If you try to `unzip` or `unzipSync` a zip file containing >65,535 files, only 65,535 files will be listed. For example: ```javascript // Load zip file containing...

On iOS devices the webview is intermittently the wrong height when an app is resumed (e.g. when you switch to another app then back again) or when the screen is...

If you create a new URI instance using a URL that has a query string property value containing an `=` symbol, the URI class will truncate the value at the...

I've modified the `canHandleResource` method in `DashPlugin.as` to identify whether or not the stream is DASH, rather than always returning `true`. Without this modification, it is not possible to play...

I have added support for WebVTT subtitles tracks on both live and VOD streams, modelled on the existing alternative audio classes and implemented using the TX3G timed text standard, with...

On many streams, switching alternate audio tracks consistently results in loss of audio (either temporarily or permanently), frozen video or a mixture of both, and occasionally corruption or loss of...

Thank you for your great work on this strategy! Is there an existing way to send or generate a magic link using just JavaScript, without needing to do it via...

This update implements the plugin's API methods for _browser_ platform, all of which are hard coded to return a rejected `Promise`. This means that no code changes or workarounds are...

We're using BVH to boost the performance of a small number of features in a larger app, computing the bounds tree before adding the associated mesh to either a group...

question

This pull request resolves issue #35 by adding a new `create` method to the `MagicLoginStrategy` class that enables developers to generate magic links in code rather than having to call...