-
### Preflight Checklist
* [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio-desktop/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
* [x] I have searched…
-
To fix Laggy in Chrome and Electron-based apps , just add BFixup.kext before nootedred.kext . I have tested it . It works fine.(same laptop as you)
-
Hey ! Just to let you know that your way of doing things with electron is already outdated !
There are imperative arguments to : `electron-packager` such as `--platform=`, `--arch=` and `--version=`.
…
-
I'm not a developer but I managed to build an electron app for my personal purposes that opens up my nextcloud instance as a webpage. Makes it a bit smoother to work with nextcloud and offers the look…
-
* https://voidsec.com/instrumenting-electron-app/
* https://www.contextis.com/en/blog/basic-electron-framework-exploitation
* Modifying app.asar and adding proxy settings.
* Chromium switches (…
-
### Describe the bug
`lmstudio` does not open using the Wayland backend by default on NixOS, even with the `environment.sessionVariables.NIXOS_OZONE_WL = "1";` flag enabled. While other Electron-base…
-
i love that
-
### Description
Afaik bubblejail protects it's home from other bubblejailed applications.
To complete this, Flatpak apps must not access the bubblejail directories either.
This can be accompl…
-
TLDR: Probably not worth it at this point in time, but an option for the future?
Electron-builder (and electron-forge) allow building apps for a range of platforms, including macOS (but not iOS). G…
-
Wallaby already [supports Electron as a test runner](https://wallabyjs.com/docs/integration/electron.html) for browser apps, what we do there is running browser tests in the renderer process.
If yo…