electronjs.org-old
electronjs.org-old copied to clipboard
Electron website
_Original issue reported by @yarons_ The Hebrew/Arabic/Farsi/Urdu documentation is RTLed incorrectly.  1. The EN is overlapping the header. 2. The Copy button overlaps the code box. 3. The code...
Some people find complying with licensing of Electron applications confusing. Some basic best practices would be very helpful. For example: * How to publish a closed-source Electron application * Proper...
Let's give thanks to our translators by creating a page on the website that lists their contributions. Crowdin has an (undocumented) API for fetching contributor data: `https://api.crowdin.com/api/project/{project-identifier}/users-from-project`
Assume I were a newbie, when I enter this page, I don't know where to find download link except an “API Demos”, then I would naturally download API demo and...
### Preflight Checklist * [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. *...
Devtron seems to be a dead project: electron-userland/devtron#111. Devtron has its own page, which makes it sound like an "official" sub-project: https://www.electronjs.org/devtron. I've just wasted a few hours trying to...
This is a followup to https://github.com/electron/electron/issues/11416 @felixrieseberg wrote a bunch of tutorial content and created a [nice table of contents](https://github.com/electron/electron/tree/master/docs/#guides-and-tutorials) in https://github.com/electron/electron/pull/11966 Now that we have that, let's display it...
Hello, We have some CI setup in place that for a few weeks now intermittently fails on our Windows builds with `ECONNRESET`. This happens during some ElectronJS native module compilation,...