-
## System information
- node version: v10.13.0
- npm version: 6.4.1
- electron version: 3.0.10
- OS/version/architecture: windows 10 1703
- Applicable nodegit version: 0.23.0
- visua…
-
##### Describe the issue / bug.
\#
Hello guys!
I'm using electron-builder through the electron-vue lib (https://github.com/SimulatedGREG/electron-vue).
And following the instructions to build t…
-
OS: MacOS Version 10.14.5
VSCode Version 1.36.0
I used to be able to type: `/**` before my function like this:
```javascript
/**
const myFunc = (myparams) => {}
```
then VSCode will immediate…
-
Hi.
I'm not sure, this solution can be used to build a real plugin base system.
If a plugin doesn't have dependencies or have dependencies, which doesn't require any extra installation actions it w…
-
All macOS application have a couple of standard menu items. google-chat-electron is missing the "Hide google-chat-electron" and "Hide Others" menu items. These are located in the application menu. Her…
-
Hi!
After a fun debugging session I noticed the following bug:
When you pass at least 11 arguments to the `Application`, for example:
```
let app = new Application({
path: electronPath,
args: …
-
* **Version**:
```json
{
"name": "electron-webpack-quick-start",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "electron-webpack dev",
"compile": "electron-web…
-
Hi,
I "rm" and "add" Electron package 3 times :) however, the following error is not going away. I am using Julia 1.2 in Atom in Windows 10. thanks for looking
using Electron
using DataVoya…
-
As many of you have may or may not have noticed, this project has been sitting unmaintained for the last while. This has been due to the issues I have faced with supporting Widevine which is the DRM r…
-
Since Electron 12.x, there is support for native Wayland through the use of these feature flags:
```
--enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland
```
or…