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

bharath144
bharath144 commented Apr 27, 2020

When using vscode with Git repositories, in the branch switching pane if a remote tracking branch is selected, vscode automatically creates a local branch using selected remote tracking branch.

It would be useful to have a setting to turn this off and checkout the remote tracking branch in a detached state. I use branches in detached state to browse the code, run quick builds, copy code. With t

electron
dlight
dlight commented Aug 25, 2019

Description

Clicking the tray icon should minimize the window (like other apps with systray support, such as Telegram).

This is not the same issue as having Nativefier minimize to tray after the window is closed (as in #97, #127 or #158), which already works. It's just annoying having to manually close the window.

Steps to reproduce issue

Open a website with --tray. You shoul

Motrix
AlecRust
AlecRust commented Feb 4, 2020

Is your feature request related to a problem? Please describe.
When starting the download of many files (clicking multiple Magnet links on a page for e.g.) the confirmation dialog showing where the download will be saved always pops up. In Transmission for e.g. there's an option to not prompt each time.

Describe the solution you'd like
Add a checkbox in the preferences that prevents t

ozkanonur
ozkanonur commented Apr 13, 2020

Issue type:

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

Database system/driver:

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

TypeORM version:

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

ashwin-yardi-10
ashwin-yardi-10 commented Sep 29, 2018

Here is the code snippet:

nightmare
    .on('console', (log, msg) => {
        console.log(msg)
    })
    .on('error', (err) => {
        console.log(err)
    })
    .goto(url)
    .inject('js', 'jquery.min.js')
    .wait('#btnSearchClubs')
    .click('#btnSearchClubs')
    .wait(5000)
    .evaluate(function () {
        const pageAnchor = Array.from(document.querySelectorAll(
arcturus140
arcturus140 commented Apr 6, 2020

Current behavior

Once Boostnote becomes your primary source of documentation the need arises to retrieve this information, such as texts, snippets, links, images...

I happened to have a diagram stored as an image in Boostnote. The original file does no longer exist. I now need to share this image on a forum thread.

Expected behavior

Provide an option to extract images from notes.

notable
wideweide
wideweide commented Mar 25, 2020

I want to format some selection node to some other ,but not found the api,some function like :

  1. import some css, that can redefine the style
  2. add some predefined style,that can be apply to selected element
  3. do any replace as I want (maybe what I need is get selection's element node,content,then set content)

add parent element div and class

<p>autor: abc</p><p>date:2020...</>
-
Morriz
Morriz commented Apr 18, 2020

Your documentation shows no way to replace an objects value. Any updates to an object with:

db.get(name).find(selectors).assign(data).write()

merges the data with the existing object...not what I'd expect.

How can we replace a record without merging? Can you update your docs?

Kap
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
theia
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
Clancey
Clancey commented May 4, 2020

Describe the bug

Show in Finder/Explorer used to take you inside the cloned folder where the .git folder is located. Now it takes you to the parent projects. i.e, ~/Projects/MyRepo, now it takes you to ~/Projects/. When you have a Projects folder with hundreds of projects this is less than helpful.

Version & OS

Version 2.4.3
Windows and Mac

Steps to reproduce the behav

Created by GitHub

Released July 15, 2013

Latest release 12 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.