Alexander

Results 3 issues of Alexander

https://user-images.githubusercontent.com/890536/133261344-6f5bcbba-b2ef-40fa-87cb-eada5c397934.MP4 let url = URL(string: "https://us5.internet-radio.com/proxy/wcrr?mp=/stream")! SAPlayer.shared.startRemoteAudio(withRemoteUrl: url, bitrate: .low) SAPlayer.shared.play()

1 When you are using a BouncingScrollPhysics and scroll down the screen you see that the scroll startet to go under the borders. I understand why it's going. How I...

### Reproduction When strictNullChecks is disabled, if all fields within a field are optional, then the parent field itself becomes optional. This is due to wrapping the returned result in...

feat:typescript
bug:unverified