Mariyan Borisov

Results 2 issues of Mariyan Borisov

Twire is a Twitch client for Android that doesn't depend on Google Play Services.

The following code results in an error: ```ts resampler.processChunk(null); ``` The error itself: > TS2345: Argument of type 'null' is not assignable to parameter of type 'Uint8Array'.