David Murdoch
David Murdoch
Update: I tried using the built-in "notarize" option in `electron-builder` and it notarized and stapled successfully, just like before, but the app is still unable to be opened on Mac....
I've opened an issue on electron-builder as well: https://github.com/electron-userland/electron-builder/issues/7755
There's a solution here: https://github.com/electron-userland/electron-builder/issues/7755
> Overall, the PR looks really great. Looking at style, at first I thought the use of `require` in TS files was strange, but the alternative (dynamic imports) makes things...
If a dependabot.yml file with a limited npm `allow` section exists all Security updates are disabled
It seems impossible to enable security updates while also enabling limited all-version update PRs via config. I've consulted with 4 other engineers on this, each with over 10 years experience...
Its not a problem for us to use the current API as is. When I went looking for docs I was hoping there was a static API is all. The...
@wesleytodd, I went ahead and started an org and added you (and @JedWatson) (please let me know if i'm out of line here). If you want to accept the invite...
Hopefully this will be a time saver for someone else (even though this _is_ already mentioned in the install section)... Install was failing for me on Windows 10 because the...
We should probably use exponential backoff + jitter + circuit breaker, and also augment it with an AbortController so we (or a user action) can cancel requests. defining terms for...
Ran into this today. Is a fix on the horizon?