Erik Moura

Results 14 issues of Erik Moura

* [x] I have read the [contribution documentation](https://github.com/electron/electron-packager/blob/main/CONTRIBUTING.md) for this project. * [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project follows, as appropriate. * [x] The...

Not sure if that's related to #45 , but my program panicks with `thread 'main' panicked at 'assertion failed: sector_id < self.num_sectors', C:\Users\ian\.cargo\registry\src\github.com-1ecc6299db9ec823\cfb-0.4.0\src\internal\sector.rs:65:9` when I try to use `infer::get_from_path` to...

Hello, I'm building an upload queue and I'd like to know if it's possible to add more files after calling throat, e.g.: ` ```javascript let uploadedFiles = 0 const throat...

question

* [x] I have read the [contribution documentation](https://github.com/electron/packager/blob/main/CONTRIBUTING.md) for this project. * [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project follows, as appropriate. * [x] The...

Any plans to rewrite this library in Typescript? Would a PR be welcome?

enhancement

- [x] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project follows, as appropriate. - [x] The...

Some initial work on https://github.com/electron/fiddle/issues/1394: https://github.com/electron/fiddle/assets/19478575/2290addc-79ab-4cfc-8210-b7b1805c6c21 A couple call-outs: - this needs https://github.com/electron/fiddle/pull/1389 to land first, as the current Typescript version doesn't know about `navigator.locks` - From the issue description:...

Someone on Discord pointed out that the "Open in Fiddle" buttons on the website (https://www.electronjs.org/docs/latest/tutorial/examples) don't currently load the selected Fiddle on Linux, they just open the app. I'm not...

### Description This adds an option to _not_ start the Electron app after the dev server is up. ### Additional context The main motivation is being able to run Playwright...

This was added in #1641 to temporarily provide a missing file that Forge relied on until a new Forge version was released with an updated version of Packager, so we...

breaking-change