Skip to content
#

Electron

electron logo

Electron is a desktop application framework developed by GitHub and created by Cheng Zhao. It allows for the development of desktop applications using front- and back-end infrastructure such as HTML, CSS, and JavaScript.

Here are 7,865 public repositories matching this topic...

PascalPixel
PascalPixel commented Apr 21, 2020

Issue Type: Bug

  1. In settings, set "git.fetchOnPull": true,
  2. Using the command palette, checkout a branch that is behind master in commits.
  3. Using the command palette, run Git: Pull from...
  4. Select origin
  5. Select master
  6. VScode's git will only fetch from master and not pull at all.

VS Code version: Code 1.44.2 (ff915844119ce9485abfe8aa9076ec76b5300ddd,

electron
aaronfulkerson
aaronfulkerson commented Aug 12, 2019

Issue type:

[ ] question
[ ] bug report
[ ] feature request
[x] documentation issue

Database system/driver:

[ ] cordova
[ ] mongodb
[ ] mssql
[ ] mysql / mariadb
[ ] oracle
[x] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo

TypeORM version:

[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)

electron-react-boilerplate
markerikson
markerikson commented Nov 18, 2019

Hi, I'm a Redux maintainer. I'd like to offer a couple suggestions.

Problem

The current Redux example implementation shows use of reducers with "hand-written" immutable update logic, and has a somewhat complex store configuration. In addition, the project currently uses a "folder-by-type" folder structure.

Proposed Solution

The project should switch to using the official [Redux

nikolayhg
nikolayhg commented Apr 4, 2020

Describe the bug
The app icons of a fresh new electron application are missing on Linux.

To Reproduce
Steps to reproduce the behavior:

  1. Run:
    npm install -g @quasar/cli
    quasar create testproject
    cd testproject
    quasar mode add electron

  2. Run 'ls src-electron/icons/'

  3. Result is: icon.icns icon.ico linux-512x512.png

Expected behavior
All icons describ

theia

Created by GitHub

Released July 15, 2013

Latest release 4 days ago

Repository
electron/electron
Website
electronjs.org
Wikipedia
Wikipedia

Related Topics

electron-app electron-application
You can’t perform that action at this time.