Results 33 comments of Adrian Lanning

@MarshallOfSound I'd like to work on this PR. Does this design sound OK to you? * Add a new `filePath` option. * Deprecate `appPath` (but still support it). * Use...

@daniboomerang It's been a while since I've looked at this but IIRC it is possible to notarize a pkg file. Here is a tutorial of how to manually notarize a...

@daniboomerang OK, here's the steps I would recommend: 1. Make a simple, "Hello World" electron app 2. Build the PKG using either, electron-builder ([tutorial](https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/)), or electron-packager ([tutorial](https://stephen-chen.medium.com/notarize-electron-app-for-macos-catalina-10-15-d994e29dfe82)) 3. Notarize the...

@daniboomerang I'm happy to report that I was able to successfully notarize the example Electron app from [your repo](https://github.com/daniboomerang/test-notarize-electron-app/pull/1) above using the manual method outlined here: https://www.davidebarranca.com/2019/04/notarizing-installers-for-macos-catalina/ ``` $ spctl...

@daniboomerang Looks like the issue is the signing step for you. From your last screenshot it looks like electron-builder is not able to find the proper cert to sign the...

For what it's worth I ran into this same "Handshake did not complete after 5 seconds" issue today on both macOS Monterey 12.4 and iOS 15.5. Server was on Digital...

That's a great idea! The only caveat would be on the server-side where `this.userId` is only available in Meteor methods and publish functions. Any ideas on how to handle that?...

Currently handled by sneakily requiring the programmer to provide the user object (ie, let the programmer worry about it). :-) I think this is actually why I didn't include something...

Same result after OS update: OS: macOS Big Sur 11.0.1 (20B29) CircleCI CLI: 0.1.11458+44f80c2 (homebrew) ``` ➜ circleci-demo-go git:(master) circleci local execute --job build Docker image digest: sha256:b2a0faa5dd8828b6b7d28ca0ce5e44bdaab565f2b02d1116ee5bd655a0607833 ====>> Spin...

Could this be related to insecure content being blocked by Android's built-in security restrictions? Is anyone seeing these issues when connecting to a server which has SSL set up? I...