electron-process-manager
electron-process-manager copied to clipboard
Process manager UI for Electron applications
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Hi. Just started using this with the latest electron nightly build, and got this error in console ```Uncaught (in promise) TypeError: Class extends value undefined is not a constructor or...
React+React-Dom is about 110 KB in size before compression. Removing React and updating the UI manually will probably save 95-100 KB before compression.
i m use vue-cli create project, and add vue-cli-plugin-electron-builder, this my code up ```js app.on('ready', async () => { if (isDevelopment && !process.env.IS_TEST) { // Install Vue Devtools try {...
We should add electron compatible version range in [peerDependencies](https://nodejs.org/en/blog/npm/peer-dependencies/) ``` "peerDependencies": { "electron": ">=1.7.1
https://github.com/electron/spectron/issues/319
* Add a BrowserView from the main process * Open the task manager * Select the BrowserView process * Click the _Open DevTools for Process_ button
Since commit 31f8b87a (maybe the problem is more in electron-process-manager), application using process-manager crash when they are packaged with electron-packager. I don't find why but will check later.