Erick Zhao
Erick Zhao
@manishya1669 I will handle this.
Hi @taylortreece, happy American thanksgiving! 🦃 This might have been a regression found in Electron 16 specifically for Linux: https://github.com/electron/electron/issues/31885 Do you still encounter the bug if you downgrade to...
drafting due to conflicts. i think i can work on resolving them and getting this shipped.
> there is no code repro needed Sorry to bother you @elliot-huffman, but could you attach a minimal repro with the bug report? I wanted to test this out by...
Hey @yuzawa-san, this is labeled as a `no-backport` change, so it's currently only targeting `main`, which is on v31. I think we'd want to change the `semver` label as well...
I think this might be a transient error with the npm registry or potentially a registry mirror if you're using one. I'm unable to reproduce with the following steps: 1....
@klren0312 Does it work now? If not, are you able to `mkdir test123 && cd test123 && npm init -y && npm install --save-dev @electron-forge/maker-zip`?
@codewithmanas PRs are always welcome unless stated otherwise!
It seems like using `Node16` for module resolution makes my Swizzle work but then causes some of my type imports to fail (Docusaurus 2.2.0): ```ts import type { Sidebars, SidebarItemDoc,...