Richard Yao

Results 51 issues of Richard Yao

The order of channels in the guide does not follow channel numbers. I imagine adding a sorting operation somewhere would fix that. I worked around it by just adding in...

Build products really should not be in the repository. Also, the app/app-release.apk file threw me off when I was trying to write #293. My patch fixed the issue on the...

Right now, there is no documentation on how to build from source. After reading through Google's Android documentation and trial/error, I was able to build from source, but the Google...

These are a couple of my mother's favorite channels. They have a variety of content, including news, so I am marking them as news channels. I consider them to be...

CumulusTV will crash when adding or removing a channel on the Sony XBR55X900E running Android TV 7.1. Here is a backtrace: ``` 12-15 11:20:30.680 3242 3242 E AndroidRuntime: FATAL EXCEPTION:...

Previously, the user agent used was one of these: ExoPlayerDemo/1.7.7 (Linux;Android 7.0) ExoPlayerLib/2.2.0 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.35 Safari/537.36 The app claimed to be...

This project seems to be using code from Apple that is under the APSL. This is known to be incompatible with the GPL: https://www.gnu.org/philosophy/apsl.html Both the userland code and kernel...

Flame graphs of anything that uses Valve's Proton lose the Proton stack frames because the regex does not handle the space in the directory name "Proton 3.16". Signed-off-by: Richard Yao

Following a failure in `zloop / tests`, the coredump is not preserved. For example: https://github.com/openzfs/zfs/actions/runs/3098841061/jobs/5017244079 Binaries would also be useful to include, since the core dump is specific to the...

Component: Test Suite

### Motivation and Context Coverity complained about unchecked return values and unused values that turned out to be unused return values. ### Description Different approaches were used to handle the...

Status: Code Review Needed