Julian Vogels

Results 5 issues of Julian Vogels

### New Pull Request Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am creating this PR in reference to issue [#7130](https://github.com/parse-community/parse-server/issues/7130). ### Issue Description This PR...

I'd like to know if it is possible to adjust the playback rate with PlayerKit. An `AVPlayer` has the property `rate` with which you can adjust this, cf. https://developer.apple.com/documentation/avfoundation/avplayer/1388846-rate RegularPlayer...

I'd like to know if the display of chapter markers is supported in PlayerKit. Chapter markers are set on the video on the Vimeo website, as explained here: https://vimeo.com/blog/post/easy-navigation-for-your-videos-with-chapters/ Ideally...

Xcode is generating a warning a conversion to Swift 5 is available (which means that a dependency is not using Swift 5 yet). ![Screen Shot 2021-04-12 at 10 57 39](https://user-images.githubusercontent.com/2789176/114368875-2098c700-9b7e-11eb-8ef7-24522ee3cf41.png)...

I was unable to find any documentation on how to correctly set the excludes, and there is no hint to it in the README.md. How do you correctly disable, for...