fiddle
fiddle copied to clipboard
:electron: 🚀 The easiest way to get started with Electron
Integrates fiddle core into the `renderer` codebase Todos: * ~Fix the `TODOS` over the codebase. (Only one left, not a major one!)~ * ~Fix jests tests (to be done later)~...
Upgrades `blueprintjs` to v4 (4.8.0) This also upgrades the following packages with it - * @blueprintjs/[email protected] * @blueprintjs/[email protected] to make sure that the codebase relies on only v4 version of...
I was spending quite some time on writing a fiddle and then went over to publish as Gist. Here I was greeted with an error, so I opened settings and...
When loading a local fiddle from a directory with multiple files, the Fiddle fails to load and results in missing and/or empty editors: Probably refs https://github.com/electron/fiddle/pull/1120 - it doesn't look...
Hey team, Thanks for having me as a part of GSoC'22 program where I will be refactoring fiddle to latest security standards by enabling `contextIsolation` and thus removing the Node...
 desktopCapturer move to main process since 17.0.0
**Version:** Version 0.29.1 (17.4.1) To repro: 1. type some stuff 2. undo it (Cmd+Z or edit menu) 3. try to redo it (Cmd+Shift+Z or edit menu) ### Expected behavior Undone...
This pr essentially builds upon the previous (#1109) pr. The changes are not tested because other APIs have to be migrated away from the renderer process due to `nodeIntegration` as...
Thanks for the great tool at first. I'm currently developping an app by Electron Fiddle, but I met some problem when run my app in Fiddle. My Macbook is M1,...