Electron
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 9,572 public repositories matching this topic...
In the German translation of electron/docs/tutorial/quick-start.md, the command node -v was incorrectly translated as knode -v.
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Apr 6, 2021 - TypeScript
When using the shortcut (default: CtrlCmd+Shift+F) or the menu item Edit > Search in all notes, the focus is set to the global search field.
However, if there's already text in the field, the cursor is placed at the end and typing appends to the existing search term.
This change should highlight the current text, so that it will be replaced by the new search term.
/ref https://discour
-
Updated
Apr 5, 2021
-
Updated
May 20, 2019 - TypeScript
-
Updated
Jan 28, 2021 - JavaScript
-
Updated
Mar 28, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
I am using QInnerLoading a lot in my app, I think it is very convenient. I have a very common use case which is not directly covered by the component: I put a short explanation text under the spinner (e.g. "checking parameters...", "saving..." etc.).
Describe the solution you'd like
A direct solution would be to add optio
-
Updated
Apr 5, 2021 - TypeScript
-
Updated
Apr 5, 2021 - TypeScript
-
Updated
Mar 29, 2021 - JavaScript
Bug Description:
There are a number of logs of the form console.error(e) in the debug module, and those errors end up appearing in the console as [object Object]. They should be replaced with something like console.error('<Method> failed:', e);
https://github.com/eclipse-theia/theia/blob/f80c4454f4ee76bb5d711ed06608ad2426b
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Sep 30, 2020 - JavaScript
I noticed that test-documentation doesn't check that the user's development environment is setup, even though it does need our Python virtualenv to work, os it misses out on the things we do to avoid weird "missing dependency" error messages:
$ ./tools/test-documentation
/bin/sh: 1: sphinx-build: not found
Makefile:19: recipe for target 'clean' failed
make: *** [clean] Error 127
建议在界面中添加图床管理页面链接
问题类型
Feature Request
PicGo的相关信息
Windows 10 1909 18363.535
picgo 2.2.0
问题重现
功能请求
能否在上传区各个图床标题上以及图床设置中各个图床标题上,添加上图床管理页面的链接,单击后可直接打开浏览器跳转到图床管理页面?
如下图所示
-
Updated
Apr 5, 2021 - JavaScript
-
Updated
Mar 29, 2021 - JavaScript
Describe the feature or problem you’d like to solve
Microsoft released Windows Terminal Preview yesterday. It would be nice if GitHub Desktop was able to detect it.
Proposed solution
Adds an option to the shells available to use.
Additional context
N/A
Is there a way to disable same origin policy ?
In chrome we can do that, see disable-same-origin-policy-in-chrome
Created by GitHub
Released July 15, 2013
Latest release 3 days ago
- Repository
- electron/electron
- Website
- electronjs.org
- Wikipedia
- Wikipedia
Terminal link tooltips can cover the link
Originally reported: eamodio/vscode-gitlens#1284