David Sanders

Results 112 issues of 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...

:sparkles: enhancement

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...

:sparkles: enhancement
ESM

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...

:sparkles: enhancement
ESM

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,...

:sparkles: enhancement
area:versions

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...

:beetle: bug
area:versions

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...

:beetle: bug
area:versions

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...

:beetle: bug

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...

:sparkles: enhancement

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...