-
Error: Could not call remote function 'e'. Check that the function signature is correct. Underlying error: [sprintf] unexpected placeholder
Underlying stack: SyntaxError: [sprintf] unexpected placeho…
-
Issue Type: Bug
### Steps to Reproduce
1. Have VSCode update available.
2. Close VSCode application with system close button in the top right or right-clicking the task bar.
### Observed Beh…
-
Argument to `path.dirname` must be a string
```
Object.dirname (C:\Users\hoang\AppData\Local\atom\app-1.52.0\resources\app.asar\src\electron-shims.js:9:10)
(C:\Users\hoang\.atom\packages\ftp-remot…
-
### Version
6.4.1
### Browser and OS info
Electron 13.1.6 / Windows 10 Version 10.0.19044 Build 19044
### Steps to reproduce
* add VueDevtools to Electron via BrowserWindow.addDev…
sev-b updated
2 years ago
-
Hi, I'm stuck with this error, when trying to display a simple plot from VegaLite via ElectronDisplay:
```
[30851:0724/155718.915298:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the Issue
The MacOS application for version 9.1.5 does not run properly when expanded from the downlo…
-
i did pip install -r requirements.txt successfully. now what? how do i run the app?
-
STEP TO REPRODUCE
1. Build by electron-packager with cmd --win32metadata.requested-execution-level=requireAdministrator Miniique
"scripts": {
"build-prod": "electron-packager src --platform=w…
-
If have an app whose main process is implemented as ES modules, and when I add a native dependency and don't merge the ASARs, the app fails to run with:
```
Uncaught Exception:
Error [ERR_REQUIRE…
-
I've been exploring getting the `Router` working here.
Modifying `main.ts` as follows:
```
import {bootstrap} from '../dist/main';
import {provide} from 'angular2/core';
import {ROUTER_PROVIDERS, Loc…