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

-
Updated
Oct 9, 2021 - C++
-
Updated
Oct 9, 2021 - JavaScript
-
Updated
Oct 9, 2021 - TypeScript
The file ~/.config/joplin-desktop/log.txt
is never rotated or truncated, and gets included in every Time Machine backup. The longer you've been using Joplin, the slower your backups run.
% cd ~/.config/joplin-desktop
% head -5 log.txt
2021-03-15 21:28:13: App: "Profile directory: /Users/jgreely/.config/joplin-desktop"
2021-03-15 21:28:13: "Database was open successfully"
2021-03-15 2
-
Updated
Jul 5, 2021 - JavaScript
-
Updated
Oct 4, 2021
Describe the bug
When createUploaderComponent
has been created, emits
specification only described the usage as an array (eg. ['update:label', 'change']
), later on they added the ability to provide an object for stricter type checking and validation, very much like props
.
Currently createUploaderComponent
only supports emits
as an array and props
as an object
**Codepen/jsFid
-
Updated
Oct 8, 2021 - TypeScript
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
May 20, 2019 - TypeScript
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Sep 28, 2021 - JavaScript
-
Updated
Oct 9, 2021 - TypeScript
Feature Description:
Add InputBoxOptions#title
, see https://code.visualstudio.com/api/references/vscode-api#InputBoxOptions
Note that MonacoQuickInputService#input
actually just eats the input box option, so in order to imple
-
Updated
Sep 28, 2021 - TypeScript
建议在界面中添加图床管理页面链接
问题类型
Feature Request
PicGo的相关信息
Windows 10 1909 18363.535
picgo 2.2.0
问题重现
功能请求
能否在上传区各个图床标题上以及图床设置中各个图床标题上,添加上图床管理页面的链接,单击后可直接打开浏览器跳转到图床管理页面?
如下图所示
-
Updated
Jun 29, 2021 - JavaScript
Apparently, in the "Change password" settings UI, if you only fill one of the two password fields, it'll present a "Saving ... Saved!" notice incorrectly. We should instead be presenting an error in the modal asking the user to fill out both password fields.
The code controlling this is likely in static/js/settings_account.js
, in this click handler:
$("#change_password_button").on(
macOS version: Not relevant
Kap version: I am not sure. The About Kap
option seems to make it crash! Within the last year though.
Steps to reproduce
- Make a recording.
- Export it.
- Close the recording window.
Current behaviour
It always asks if you are sure you'd like to discard it. I always want to discard it. Very annoying.
Expected behaviour
I
-
Updated
Sep 30, 2020 - 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
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
Created by GitHub
Released July 15, 2013
Latest release Today
- Repository
- electron/electron
- Website
- electronjs.org
- Wikipedia
- Wikipedia
I use the test explorer now more than the CLI when running tests in the VS Code repo. Test that use non standard functions as the callback aren't picked up in the explorer which caused me to miss them. Here's an example with a custom sinonTest function
Example
https://github.com/microsoft/vscode/blob/a01c72ed3b8c78e499d3cf7099f4dde046826f81/src/vs/platform/telemetry/test/browser/telemetryServ