sindresorhus/electron-util

Adding stuff to Electron core

zeke opened this issue · 3 comments

zeke commented

This module has some pretty handy tricks that would be generally useful for all Electron apps.

@sindresorhus did you attempt to land any of this stuff in Electron core?

If so, why didn't it work out? If not, why not?

Which methods did you have in mind?

This is what I've done:

I'm not sure I want to open any more issues though, as Electron is currently an unstable mess and I would prefer the core team to focus on fixing bugs and improving performance instead of adding new features.

zeke commented

I didn't have anything specific in mind. Just curious to know about your experience creating this module and interacting with the Electron core team.

Electron is currently an unstable mess

It has been a tumultuous few months, but I think it's stabilizing as the team improves the Chromium upgrade process and settles into a flow of semantic releases. Also, nightly releases are in the works. Hopefully we can start plucking more good ideas from this module in the future.

I'll open some feature requests for APIs I think should be in core when I find some time.