Meng-Yuan Huang

Results 5 issues of Meng-Yuan Huang

While I am debugging JS codes (by Visual Studio Code 1.19.1) of my React Native Windows app through RN packager, I get this error message: ![iconv-lite](https://user-images.githubusercontent.com/12458706/34399185-e3de4c98-ebbf-11e7-80a1-cbee0e119154.png) This is my package.json....

The original swiped-events.js runs the swiped events addition function with main window and document of browser after `require`. However, this limits the use of this script: how do we webpack...

# Changes These changes use `SSL_CERT_FILE` env variable to make buildpacks creator trust self signed CA for an image registry. With this support, we can build a development k8s cluster...

needs-ok-to-test
size/XL
lifecycle/rotten
needs-rebase

The aarch64 rpm built by electron-builder 23.0.4 can not installed on Fedora 35 Linux aarch64. For example, ``` sudo rpm -i https://github.com/MrMYHuang/cbetar2/releases/download/v19.0.0/cbetar2_19.0.0_linux_aarch64.rpm package cbetar2-19.0.0-1.arm64 is intended for a different architecture...

I find [electron-app-store](https://github.com/Electron-Store/electron-app-store) can't show app logos correctly. I run electron-app-store for debugging and find electronjs.org/images CORS blocks it: ![image](https://user-images.githubusercontent.com/12458706/159118826-20c0ea3a-8e3a-4385-b760-e6e1bfe783e9.png) Please fix this issue.