Sergio Padrino
Sergio Padrino
Closing this as it will be finally fixed with the Electron upgrade to v19 in 3.0.8. See https://github.com/desktop/desktop/pull/15239
Hi @donokuda ! Thank you for your suggestion. We discussed about this and we're definitely open to accept PRs, but we think your approach might conflict a bit with how...
@davidebeatrici any chance we could get this working with the latest version of Rocket League, please? 🙏
I still use Mumble + Rocket League every day, so that would be sad… but on the other hand I never had the chance to see this feature working with...
Hey @TylerLeonhardt ! Thank you for your suggestion, I didn't know about the existence of `prebuildify`. Looking at the `prebuild-install` link you provided, it mentions this downside: > The installed...
Is it possible your project included the linux binary for the win32 build? If you have Git Bash or something like that on Windows, you can run `file /path/to/your/project/keytar.node` and...
Weird, according to https://github.com/atom/node-keytar/blob/12484088ce0980a903627b6fc7ddaaf02188e982/package.json#L33 it should either try to install the prebuilt binary or build it if that can't be found 🤔
Does using `yarn` instead help?
I think part of the problem is you are using an async version of `mkdtemp`, try this: ```typescript it('clone-and-cancel', async () => { const tempDir = path.join(os.tmpdir(), 'desktop-git-clone-and-cancel-') const folder...
Superseded by #495