-
### Describe the bug
### The relevant configuration before the project was migrated:
- electron.vite.config.ts
- electron-builder.yml
- .npmrc
### Some adjustments made after the …
-
Requirements:
- [ ] Webapp
- [ ] Figure out a way to sign into Blockstack from an electron app
**Idea**: Modify the sign in flow to use the local blockstack lcoalhost URL.
-
When we get around to getting user logins and start adding features, an electron app might be nice to interface with the frontend.
rikai updated
7 years ago
-
for all the "non"-shell guys. An Electron App would be a perfect aternative, woldn`t it?
-
When using the electron app, if I add blocks to record from the recording extension, it only runs for a very brief amount of time and doesn't actually seem to record anything. I'm guessing it might be…
-
### Discussed in https://github.com/sandboxie-plus/Sandboxie/discussions/1118 and https://github.com/SpacingBat3/WebCord/discussions/68
Originally posted by **@Hackelhack** - August 17, 2021
W…
-
Packaging iD as an Electron application has two benefits I can think of (besides the obvious)
1. swiping back with two fingers on a touchpad shouldn't act as a back button like it does on macos. i'…
-
### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct]…
-
```ts
import puppeteer from 'puppeteer-core'
import pie from 'puppeteer-in-electron'
import { getStream, wss } from 'puppeteer-stream'
pie.initialize(app)
const browser = await pie.connect(app,…
-
**Describe the bug**
After upgrading from v.13 to v.16 I cannot build the electron app.
**Expected behavior**
Running `nx run -electron:make` makes an electron executable.
**Desktop (please co…