Tim Fischbach

Results 36 comments of Tim Fischbach

Well, in the simplest case the iteration could simply be rewritten to a `for`-loop, right?

I still think this is not the desired behavior. I don't have time to provide a fix myself right now though. So if you think this does not have to...

Using the rollup variant of this loader, I needed to configure the babel plugin to also compile files with `svg` extension to make it work: ```js plugins: [ babel({ exclude:...

We've created https://github.com/codevise/cert_watch to manage and renew certificate via Resque jobs. It's only a couple of days old. It's a Rails engine that comes with an optional Active Admin integration....

Both `CI_TEST_TYPE=playback npm run test` and `CI_TEST_TYPE=unit npm run test` pass locally. Not sure if failure of playback test in CI is related.

Regarding docs: A note about the feature could be added to the [docs of `limitRenditionByPlayerDimensions` in the readme](https://github.com/videojs/http-streaming#limitrenditionbyplayerdimensions). The [bitrate switching guide](https://github.com/videojs/http-streaming/blob/main/docs/bitrate-switching.md) also seems relevant, feels a bit outdated already,...

Here's an example showcasing the new behavior using a build that includes the changes from the PR branch. https://jsbin.com/wuxabonezo/1/edit?html,output

Changed the test case to use the original value again. Rebased onto main for linting fix.

+1 for a feature like this. Currently no way of linting test files correctly. Listing multiple `.jshintrc` files in `.hound.yml` (option 3) seems like the best choice from my point...