goodhyun

Results 18 comments of goodhyun

Node's minimum TLS version is now 1.2, https://nodejs.org/api/tls.html#tls_tls_default_min_version if you are using less than that, you should set `secureProtocol: "TLS_method"`

How's their progress on this issue? @darrelmiller Removing `offline_access` is pain when you are relying on MSAL library... @royalgiant

This might have been related to this : https://github.com/meedan/react-native-share-menu/issues/117#issuecomment-812062181

We have a similar symptom : https://github.com/bitinn/node-fetch/issues/192

A blinking capslock even on the v76.

Not sure about the Chinese fonts specifically, but built-in Korean and Japanese Windows fonts usually have bitmap glyphs inside and they gave the UI of older apps genuine looks. So,...

As a stopgap measure, I commented out that portion of code in the `node_modules/app-builder-lib/out/macPackager.js` and just did `productbuild` manually ``` await this.doSign(signOptions); // https://github.com/electron-userland/electron-builder/issues/1196#issuecomment-312310209 if (masOptions != null && !isDevelopment)...

appropriate certificate will be chosen automatically? what if I assign `CSC_NAME` to an identity that will be just needed to sign a pkg, what happen with those needed for the...

Code signing part is working well, the problem is the post-processing around `pkg` packaging, which is required for uploading onto mas. Moreover, even if there are similar certificates in keychain,...

Thanks @robertpatrick for the investigation. The `Developer ID` thing looks like a known problem for a while : https://github.com/electron-userland/electron-builder/issues/4960 It really signs twice for MAS build, but It eventually signs...