David Sanders
David Sanders
Some issues may only be reproducible when the app is being run from an ASAR. To allow for repro cases for those bugs, add an option to run the fiddle...
With ESM support coming to Electron 28, it would be nice to have support for `main.mjs` in Fiddle when that release happens. Rough sketch of what I think is necessary...
After #1474 it is possible to load a fiddle which has multiple main entry files (`main.js`, `main.cjs`, `main.mjs`, etc). Improve the UX in this situation (which gets chosen as the...
Currently the active version is prevented from being removed in Settings -> Electron, but if multiple windows are open this doesn't prevent one window from removing another window's active version,...
A failed download will leave the action button in a bad state where you'll have to switch versions to recover. Also looks like it could happen in situations where you...
Under certain circumstances, such as opening an example from the docs, multiple versions end up being set in parallel - the original version on startup, immediately followed by the version...
Closes #209. This is less of a problem these days as `@electron/fiddle-core` actually steals the file out of the cache, so there's not duplicate copies, but that's not optimal behavior,...
https://github.com/electron/electron/pull/37603/checks?check_run_id=12066937375 When manually backporting the cherry pick ran clean, so it's not clear why trop thinks it failed, and the blank diff makes it seem like it did not actually...
There are from time to time trop failures to backport which when manually performed it is unclear why it failed since the cherry pick runs clean. Would be nice if...
Is there any interest in extending this project to include support for barcodes? The name insinuates that there may be plans to support more than just QR codes. I have...