Meng-Yuan Huang
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:  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...
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:  Please fix this issue.