Andy

Results 9 issues of Andy

### Description We are using videojs 7.20.1 in our project. The streaming is done by cloudflare via HLS. If we play some videos with chrome or edge they are freezing...

bug
needs: triage

I fixed the issue to propagate the formarray validation within the new implementation and also within the old implementation for backwards compatibility (so we should merge this into master and...

Update to Angular 14

### Version 27.3.1 ### Steps to reproduce In my angular project I am using the library swiper. Swiper migrated to esm with version 7. My Jest is actually configured to...

Needs Triage
Bug Report

Please support angular 15

Is it possible to get a release for alpine arm?

### Description After migration from videojs 7.21.x to 8.4.0 there are multiple type issues. The following types are missing and not exported: - videojs.PlayerOptions - videojs.Tech.SourceObject - videojs.Preload In addition...

needs: triage

If I use @ViewSelectSnapshot in one Component multiple times like: @Component({ selector: 'app-progress', template: ` progress1 progress2 `, changeDetection: ChangeDetectionStrategy.OnPush, }) export class ProgressComponent { @ViewSelectSnapshot(ProgressState.getProgress1) progress1: number; @ViewSelectSnapshot(ProgressState.getProgress2) progress2:...