Shelley Vohr
Shelley Vohr
#### Description of Change Follow up to https://github.com/electron/electron/pull/31017 - remove dependency added in https://github.com/electron/electron/pull/32593. #### Checklist - [x] PR description included and stakeholders cc'd - [x] `npm test` passes -...
#### Description of Change Follows https://github.com/webpack/changelog-v5/blob/master/README.md. Refs https://github.com/electron/electron/pull/34764. Upgrades to webpack@5 and related deps. #### Checklist - [x] PR description included and stakeholders cc'd - [x] `npm test` passes -...
The footer can overlap the primary cli UI, and it should perhaps not do so. I'm less partial to how this is handled, but it should be handled more gracefully...
See: https://docs.microsoft.com/en-us/windows/win32/gdi/enumerating-the-installed-fonts
We've switched this to GitHub Actions.
Closes https://github.com/electron/build-tools/issues/404.
Use case - a fork of Electron in Azure Devops. A user should be able to pass e.g. `e init --repo https://your_repo_url.com/extra/repo/info` and `build-tools` will clone and set up Electron...
Refs https://github.com/electron/electron/pull/25411#issuecomment-693158764.
Fixes `-Wimplicit-fallthrough` clang compilation errors encountered when building Electron and pulling in `nghttp2` as a dependency via Node.js. ```console ../../third_party/electron_node/deps/nghttp2/lib/nghttp2_hd.c:1895:5: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough] case NGHTTP2_HD_STATE_INFLATE_START: ^...