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,838 public repositories matching this topic...
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Jun 6, 2021 - TypeScript
-
Updated
Jun 7, 2021 - TypeScript
-
Updated
Jun 6, 2021 - TypeScript
-
Updated
Jun 1, 2021
-
Updated
May 20, 2019 - TypeScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
Jun 2, 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
Jun 6, 2021 - TypeScript
-
Updated
Jun 6, 2021 - TypeScript
-
Updated
Jun 6, 2021 - JavaScript
Bug Description:
I found this bug when reviewing eclipse-theia/theia#9184. Although a filter is correctly configured:
It has no effect, as we a
-
Updated
Jun 5, 2021 - JavaScript
The following assert
in dispatch.js should be replaced with assert.equal
. assert
being present there instead of assert.equal
is a bug.
{
event = event_fixtures.update_display_settings__default_view_all_messages;
page_params.default_view = "recent_topics";
dispatch(event);
assert(page_params.default_view, "all_messages");
}
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
May 30, 2021 - TypeScript
建议在界面中添加图床管理页面链接
问题类型
Feature Request
PicGo的相关信息
Windows 10 1909 18363.535
picgo 2.2.0
问题重现
功能请求
能否在上传区各个图床标题上以及图床设置中各个图床标题上,添加上图床管理页面的链接,单击后可直接打开浏览器跳转到图床管理页面?
如下图所示
-
Updated
May 9, 2021 - JavaScript
🚀 Feature Request
📝 Description
When debugging mobile views, it's important to understand the cursor target size and simulate, as much as possible, the native behaviour of touchscreens.
✨ Describe the solution you'd like
I believe that it makes sense to emulate as much as possible the real behaviour of pointing devices.
My suggestion is to allow the user to define what is the pr
Created by GitHub
Released July 15, 2013
Latest release 2 days ago
- Repository
- electron/electron
- Website
- electronjs.org
- Wikipedia
- Wikipedia
Issue Type: Bug
After updating my VS Code, my debugging experience became unpredictable and would pause unexpectedly. I've traced down the root cause in my code to an instantiation of a node
Worker
(from theworker_threads
module).I have created a simple reproducible scenario with instructions here.
The problem manifests when a