-
### Thanks in advance for your bug report!
- [X] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)?
- [X] Have you used t…
-
A follow up for https://github.com/kirill-konshin/next-electron-rsc/issues/2#issuecomment-2458552348
Prod run emits errors:
```
⨯ Failed to write image to cache 24-d7GMv9Put-b8LiQHcADsQ3iL099c…
-
你好,我现在也在尝试用electron加载自己的react+next应用,跟着您的文章上介绍的步骤
electron加载自己的react+next应用,main.js入口文件的:
// 适配开发模式和运行模式的不同路径
if (!app.isPackaged) {
win.loadFile('out/index.html')
} else {
win.loa…
-
```
const { Menu, app, BrowserWindow, ipcMain } = require("electron");
const serve = require("electron-serve");
const { join } = require("path");
Menu.setApplicationMenu(null);
process.env.ELECTR…
-
```bash
npm init electron-app@latest my-app -- --template=
```
initializes a project in the current working directory.
The very next section however says:
> ## Starting your app
> You should…
-
### Bug description
While testing https://github.com/containers/podman-desktop/pull/9804, I noticed that on linux, we were not handling the mimeTypes properly. As I was not able to open properly Podm…
-
Greetings,
Followed the below instructions by user manoj to build the rpm package
```bash
git clone https://github.com/usebruno/bruno.git
cd bruno
npm install
npm run build:electron:rpm
cd pa…
-
This recent change causes electron-builder to fail in my project:
https://github.com/electron-userland/electron-builder/blob/6a6bed46c428b45105ada071a9cb89b5d4f93d9e/packages/app-builder-lib/src/as…
-
The main window is white when starting Bruno while the `ELECTRON_IS_DEV` env variable is set to `1`. Importing / trying to import collections has no influence on the main window.
Tested on:
- MacO…
-
The “canary” channel — which I sometimes call “PulsarNext” because I can't decide on a name — is something we'll have to do for a while so that people can run the latest-Electron version alongside the…