Anny Yang

Results 10 comments of Anny Yang

Hello! To add to this, I'm seeing a few differences in behavior between MacOS and Windows on child windows. 1. MacOS child windows get centered relative to the screen, while...

@codebytere, I actually see there's existing electron documentation that describes the drag behavior discrepancy [here](https://www.electronjs.org/docs/latest/api/browser-window#platform-notices). I'm leaning towards not opening an issue for this reason, since it doesn't seem like...

Are you still running into this issue @ma-sattari? Looking at this [line](https://github.com/jprichardson/node-fs-extra/blob/cc7b3b22a984de5124131c7897574091c9df00e1/lib/copy/copy.js#L102) in fs-extra's copy.js, it seems like the destination file is always set to the same `mode` as the...

This is super cool! Awesome seeing the four buckets in the CI run here. What exactly are `classname`s referring to in a typical forge test? I'm curious because I see...

Yeah, reading the docs I agree we should use `--split-by=timings` and `--timings-type`. I'm wondering if Circle isn't able to identify `classnames` on our tests, which is leading to the uneven...

Hm, I don't think `file` is a great choice to split tests on either - we only have 6 slow test files to begin with, one which only runs on...

This PR should be unblocked by https://github.com/electron/forge/pull/3620 @DevanceJ! Apologies for the delay 🙇

Hey @cmxela! My guess it that the version of electron forge you're hitting when you run `electron-forge start` is out of date with the version of forge in your dev...

It doesn't seem like there's a way to opt out of the animation in the [HTML Drag and Drop specification](https://html.spec.whatwg.org/multipage/dnd.html#the-dragevent-interface) > The drag was canceled. If the platform conventions dictate...

Hey @dsanders11 , @BlackHole1 apologies for the late reply. This PR is complete, it removes the `electron-quick-start` references in the mocks that are deleted in commit https://github.com/electron/fiddle/pull/1714/commits/6690c62d38e38da4d7d9111bda5946c659df4414. The remaining usages...