David Sanders
David Sanders
> is .cjs also already supported? Worth doing if not already. Fair point. It is not, at the moment only `.js`, `.html`, and `.css` extensions are supported. Shouldn't be much...
> It just happens on Windows 11 Home Single Language (Build 22631.4391). On Window 11 Home/Pro works fine. This is a pretty specific situation - can you provide more info...
@xpirt, what is the latest Electron version you've verified this repros on? Also, please do not ping multiple maintainers in comments, it does not increase the odds of getting a...
> Electron 33.2.0 (Chromium 130.0.6723.118) Is it fixed on 34 and 35, or you just haven't repro'd it here?
I've been pondering it some more, and I think we should expand the usage of the locking as a general solution. There's two main things which need to be solved...
@ftx, can you just rename the files after they're generated? Not sure it makes sense to add this when the naming convention might change. We should better document these patterns,...
@codebytere, looks like that change works well if the version is at the top of the list, but if you're scrolled down the list and click one of the buttons,...
Exempting this from stale bot as it's a crash being reported by multiple users. If anyone can narrow it down to a minimal repro case, that'd be appreciated. 👍
Thanks @t57ser! I'll close this for now then.
Has this been tested on Windows? I have a feeling we want to use `depotSpawnSync` to ensure that the `depot_tools` managed Python 3 gets used there.