Robo

Results 334 comments of Robo

Closing as we will be shipping Electron 22 update with `v1.78`

> With --verbose, there are errors in [...:ERROR:process_memory_range.cc(75)] read out of range. Indicates a crash, @connor4312 can you share the output from `WAYLAND_DEBUG=1 code-insiders --verbose --ozone-platform=wayland`.

@Snarpix did you test with latest insiders https://code.visualstudio.com/insiders ?

@mindrunner can you share a recording of the steps that demonstrate the issue you are seeing, thanks!

Please check if issue is present with latest insiders https://code.visualstudio.com/insiders

Should this change be scoped only to macOS or is it fine to show webcontents before the window for all platforms ?

Please run the following command to narrow down the commit range that re-introduced the regression * `npx --yes vscode-bisect@latest` * follow the instructions until you found the offending build *...

Hi! I believe npm will build following the default `install` script logic since this package does not override one since https://github.com/parcel-bundler/watcher/pull/144. An idea could be to override the `install` script...

You can take https://github.com/prebuild/node-gyp-build/blob/master/bin.js as an example. Basically what we want is, ``` if (buildFromSource()) { build() } ```