Results 10 issues of Cheng Wang

Read https://github.com/OpenEmu/OpenEmu/wiki/Troubleshooting:-Reporting-problems # Steps to reproduce 1. Pair and connect to a NEW Bluetooth headset with microphone. 2. (Optional) Play some music in the background. This is to make the...

If I use `import {css} from 'aphrodite/no-important'` in a ES module file, bundle tools like Rollup will resolve `aphrodite/no-important` to `node_modules/aphrodite/no-important.js` and then `node_modules/aphrodite/lib/no-important.js` which is not a ES module....

#37 # Description - rename "Locale" to "Language" - detect language from `html` `lang` attributes and `navigator.languages` ## Checklist: - [x] My code follows the style guidelines of this project...

enhancement✨

- Allow server side to pass userAgent string as a prop - remove directly reading of navigator.userAgent

enhancement✨

currently the support for notch is broken. mainly because we didn't reassign layoutParams to the view so the new params won't apply. to solved this. I rewritten the logic and...

gitignore file copied from here: https://github.com/github/gitignore/blob/main/Android.gitignore

Add a ["ponyfill"](https://ponyfill.com/) version that doesn't mutate the global object. So we can use this library without mutating the global environment. ```js import { FastTextEncoder, FastTextDecoder } from 'fast-text-encoding/ponyfill' ```...

Currently TNUC will fetch the latest `gpu-data.json` and `os-data.json` every time, which is not ideal for the following reasons: - User's GPU and OS are not changing frequently. We are...

enhancement

**System and IINA version:** - macOS 10.12.5 - IINA 0.0.9 **Expected behavior:** Crop and Ratio settings should not be reserved after reopening a file. Or corresponding items in menu sync...

bug
feature: ui/ux

**Is your feature related to a specific framework or general for this extension** No **Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like**...

feature request