Kevin Rocard
Kevin Rocard
Currently ExoPlayer plays using AudioTrack configured with a significant (>250ms) buffer. This is done to avoid underrun and works well for most of our users. Nevertheless, it prevents some use-cases...
The link was not updated when the plugins were moved from `plugins` to `dokka-subprojects`.
## Problem (PRN-92) Getters were duplicated between returning null or throwing. Now that Exception are consistently caught, those returning a nullable type can be removed. ## Changes Remove and inline...
## Problem (PRN-92) `RejectPromiseOnExceptionBlock` was introduced as a compile time way of throwing with a guaranty that the exception would be caught and the promise rejected. Now that all the...
## Problem (PRN-92) Most of the RN SDK relies on the default value from the native side. The 2 exceptions where fullscreen and PiP, where the default is set in...
## Problem (PRN-92) ## Changes ## 📚 Other PRs for this issue - 📗 bitmovin/bitmovin-player-react-native#317 - 📘 bitmovin/bitmovin-player-react-native#345 - 📙 bitmovin/bitmovin-player-react-native#346 - 📒 bitmovin/bitmovin-player-react-native#347 - 📖 bitmovin/bitmovin-player-react-native#343
TL;DR: add command grouping with `{}` (NOT `()`) to improve Fish efficiency and facilitate adoption ## Feature request Command grouping using `{}` is a widely used feature of POSIX shells...
### Description We have have many unit tests that depend on small parts of the SDK. The most common one being `Uri.parse`. We are currently static mocking those methods but...