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

-
Updated
Nov 30, 2021 - C++
-
Updated
Nov 30, 2021 - JavaScript
Mobile allows CRs in title which is inconsistent behaviour with desktop + can lead to data loss
Environment
Mobile
Joplin 2.3.4
Database v39
Android 11
USING BETA EDITOR
Desktop
Joplin 2.3.5 (prod, win32)
Client ID: a4ed20b9be424a1c8c3e5f3cc355c345
Sync Version: 3
Profile Version: 39
Keychain Supported: Yes
Revision: 819af3c
Windows 10
Steps to reproduce
- Create new note and start typing title manually
- Press 'return' and continue typing - repeat
3
-
Updated
Nov 29, 2021 - TypeScript
-
Updated
Jul 5, 2021 - JavaScript
-
Updated
Nov 17, 2021
-
Updated
Nov 30, 2021 - JavaScript
-
Updated
Nov 30, 2021 - TypeScript
Is your feature request related to a problem? Please describe.
Currently Quasar Modes support TS files (for Electron and PWA modes), but the CLI isn't generating them out of the box.
Additional context
We need to create the TS version of all current files in these folders:
-
Updated
May 20, 2019 - TypeScript
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Nov 19, 2021 - JavaScript
-
Updated
Nov 30, 2021 - JavaScript
-
Updated
Nov 30, 2021 - TypeScript
Bug Description:
- The space/tabs indicator in the applications status bar contains redundant data (should be
Spaces: 4
instead ofSpaces: 4: 4
:
![image](https://user-images.githubusercontent.com/4377073/143897578-88d0f137-9f4e-
-
Updated
Oct 11, 2021 - TypeScript
建议在界面中添加图床管理页面链接
问题类型
Feature Request
PicGo的相关信息
Windows 10 1909 18363.535
picgo 2.2.0
问题重现
功能请求
能否在上传区各个图床标题上以及图床设置中各个图床标题上,添加上图床管理页面的链接,单击后可直接打开浏览器跳转到图床管理页面?
如下图所示
In delete_realm_export
, we assert that the export has extra_data
on it:
https://github.com/zulip/zulip/blob/30f2d50f1f5255ee3c3200d6f88ba8dbea6bc4dd/zerver/views/realm_export.py#L94
This is only set after the export is complete:
https://github.com/zulip/zulip/blob/30f2d50f1f5255ee3c3200d6f88ba8dbea6bc4dd/zerver/worker/queue_processors.py#L1000-L1006
The combination of these means that
-
Updated
Oct 11, 2021 - JavaScript
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
🚀 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
-
Updated
Sep 30, 2020 - 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
Created by GitHub
Released July 15, 2013
Latest release 6 days ago
- Repository
- electron/electron
- Website
- electronjs.org
- Wikipedia
- Wikipedia
For C++ tests using the C++ TestMate extension, "Test: Run Test at Cursor" only works if the cursor is on the first line of the test case at column 0. For python tests, it works if the cursor is anywhere on the first line of the test case, up to column 0 of the next line.
This is