-
Updated
Nov 8, 2021 - Dart
desktop
Here are 3,037 public repositories matching this topic...
-
Updated
Oct 19, 2021 - Vue
-
Updated
Nov 8, 2021 - C#
-
Updated
Oct 28, 2021 - JavaScript
-
Updated
Oct 20, 2021 - JavaScript
-
Updated
Nov 8, 2021 - Java
-
Updated
Nov 8, 2021 - JavaScript
-
Updated
Sep 2, 2021 - TypeScript
My menubar is full. Even with "menubar mode" turned off it still appears up there. It should not force an icon up there.
-
Updated
Nov 7, 2021 - C++
-
Updated
Nov 2, 2021 - Python
-
Updated
Nov 8, 2021 - Kotlin
-
Updated
Nov 7, 2021 - JavaScript
I see this was possibly reported earlier:
electron/fiddle#76
Neither buttons appeared to be wired up (a simple console.log in the function body is never hit when verifying using Devtools)
I see this console output in Devtools on the load of the page:
Uncaught ReferenceError: require is not defined at index.html:13
Electron Security Warning (Insecure Content
-
Updated
Nov 5, 2021 - TypeScript
-
Updated
Aug 19, 2021 - JavaScript
Issue
Application rules only allow the user to specify a valid executable file: .exe
Solution
Rather than just an .exe
file, perhaps this could Provide a list of open processes as they are presented in Task Manager > Details
. Other applications such as Discord and Aurora RGB have similar functionality regarding this form of app detection.
-
Updated
Nov 4, 2021 - JavaScript
-
Updated
Oct 3, 2021 - JavaScript
-
Updated
Nov 5, 2021 - Rust
These localized folders are not getting updates anymore (deprecated by touchdown localization)
bn-BD
ha-Latn-NG
sw-KE
uz-Latn-UZ
we can remove those folders from the build to avoid confusion since those files don't get updates.
-
Updated
Mar 18, 2020 - C#
-
Updated
Nov 7, 2021 - C++
Improve this page
Add a description, image, and links to the desktop topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the desktop topic, visit your repo's landing page and select "manage topics."
Since we also expose the Skia-bindings for a Canvas-like API I think it might be a good idea to start refactoring the API to utilise more named arguments e.g.
~x=..., ~y=...
.What do you others think?