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,411 public repositories matching this topic...

electron
trgcyln
trgcyln commented Oct 4, 2019

I'm trying to export cs

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)

notable
fabiospampinato
fabiospampinato commented Dec 21, 2019

We need a round icon to use in some places, like the subreddit, but I can't think of what this round icon should look like 🤔.

The best that I can think of is a rolled pencil, but that sounds kind of difficult to sketch and perhaps the pencil endings won't look great inside a circle.

If anybody has any other ideas I'm all ears.

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

terminus
1LiterZinalco
1LiterZinalco commented Dec 30, 2019

This isn't really an issue in the sense of a bug or something like that, but rather a tiny correction.

Currently, the "transparency" slider in the application settings will let the background shine trough, if it's set to a low value (the left side), which doesn't really make sense. The setting is actually representing the opposite: opacity.

It's also called opacity [in the code](https://gith

eppsilon
eppsilon commented Sep 27, 2019

macOS version:
10.14.6 (18G95)

Kap version:
3.0.0-beta.6

Other possibly relevant info:
Monitor setup: single rMBP 15" screen, no external monitors
macOS scrollbar appearance setting: "Show Always" (in System Preferences > General)

Steps to reproduce

  1. Click the Kap menu bar icon.
  2. Click the button in the Kap bar to record an area of the screen.
  3. Select a regio
websmallrabbit
websmallrabbit commented Oct 12, 2019

I set

{
        test: /\.svg$/,
        loader: 'svg-sprite-loader',
        include: [resolve('./src/renderer/icons')],
        exclude: [resolve('./src/renderer/icons')],
        options: {
          symbolId: 'icon-[name]'
        }
      },
      {
        test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
        loader: 'url-loader',
        exclude: [resolve('./src/renderer/ic
tamaserdfalvi
tamaserdfalvi commented Oct 18, 2019

Expected behavior

I'd expect the left panel to be resizable in terms of width.

Actual behavior

Right now I can't see my containers name in full because those get abbreviated because the panel on the left is too narrow. The width is fixed now.

Information about the Issue

Steps to reproduce the behavior

sahil839
sahil839 commented Jan 25, 2020

Steps to reproduce:

  1. Reduce the width of browser to a certain extent.
  2. Open settings page by clicking on gear icon on top right.
  3. The first setting in the menu opens directly,
    Your Account opens for user settings while Organization Profile opens for organization settings.

![Peek 2020-01-25 00-31](https://user-images.githubusercontent.com/35494118/73124662-c422a980-3fc3-11ea-8d87-

joemaffei
joemaffei commented Aug 19, 2019

There are two mentions of a reactide.config.js file in the README:

The component tree works out-of-the-box by finding the entry point to your React application that you provide inside the reactide.config.js file.

Go to the reactide.config.js file and change the .html and .js entry points to the relative path of your respective files.

But I could not find any examples or documentation

desktop
xt0rted
xt0rted commented Nov 3, 2019

Describe the bug

When a diff highlights a portion of the changed line in a typescript file the text is much harder to see with the dark theme than the light theme.

Version & OS

  • Version 2.2.2-beta3
  • Windows 10

Steps to reproduce the behavior

1.Modify a typescript file by adding an annotation to a line
2. View the diff in GitHub Desktop

Expected behavior

To

shivpatel
shivpatel commented Dec 8, 2019

I'll try to PR updates to the README.md file. In the meantime, making this ticket with the correct directions for anyone trying to build the latest release for themselves:

  1. npm run pack. Quit the process once the webpack analyzer graphic pops up.
  2. node bin/pack.js
  3. Don't worry about Unhandled rejection Error: No identity found for signing. error.
  4. Packaged app ready at `dist/

Created by GitHub

Released July 15, 2013

Latest release 5 days ago

Repository
electron/electron
Website
electronjs.org
Wikipedia
Wikipedia

Related Topics

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