Ray Tiley
Ray Tiley
This is a spike to fix issues #97, and #72. Would like to get feedback from @krisselden and or @stefanpenner about the approach. Basically should we go through extra logic...
## Description Testing an HLS Stream with WebVTT captions file that is missing a `X-TIMESTAMP-MAP=MPEGTS:900000,LOCAL:00:00:00.000` entry. The captions were rendered early. I compared this to HLS.JS wich renders the captions...
I want to dig into this more to see if I can figure out what's happening, but wanted to post incase someone knows exactly what is causing this, and how...
## Description This fixes an issue with a long running stream where the cue start times are larger than the maximum mpegts timestamp of ~27 hours. ## Specific Changes proposed...
Enables projects that provide editor support for tailwind to function. Keeping the actual config inside the `app` folder allows ember to rebuild on file changes. However it seems that though...
I'm running into is checking the existence of a relationship without needing to load the relationship. Say I'm rendering a list of something and I want to use a `{{#linkTo}}`...
Reproduction: http://emberjs.jsbin.com/verocu/2/edit?html,js,output Our app does some `beforeModel` checking of data to see what "location" the user is operating. If know query param for this is provided call `transitionTo` in order...
We're using RustDesk Pro to generate a custom windows client packaged as an msi that we can distribute with our wix bootstrapper installer. We are currently unable to distribute the...