Robo

Results 334 comments of Robo

Yup it does need some work i will update it soon as i figure it out, can you hold on this PR till then..

@sindresorhus is it because `miniJasmineLib` reading from file.path instead of the contents https://github.com/sindresorhus/gulp-jasmine/blob/master/index.js#L29 ?

you tried to expose `it` to global context which override mocha's `it` and was treating it as jasmine spec so was expecting a suite `describe` to cover it. if you...

@JacksonGariety you can try to shim require with giving the relative path to modules like this inside a vm https://github.com/google/tracing-framework/blob/8bdbffb19453a102917201866c36ed750c668495/bin/trace-runner.js#L67 but yeah there is another problem prototype properties of the...

`--disk-cache-size` is a chrome specific flag and hence wasn't implemented by default. There was already request in Electron for this flag https://github.com/electron/electron/issues/7713 . If you are interested to implement it,...

/cc @addaleax would be great to get your review whenever possible. Thanks!

Thats what i thought, didn't get into 4.x. @MarshallOfSound are you gonna add it ? If not I can do it and follow up with this patch over there.

@MarshallOfSound currently ozone platform initialization happens before the application JS entry point executes https://github.com/electron/electron/blob/main/shell/browser/electron_browser_main_parts.cc#L220-L221, so the flags `--ozone-platform-hint` and `--ozone-platform` cannot be dynamically configured by the applications. Applications have to...

@chrmarti in Insiders we use the new process API from Electron to launch extension host which is backed by setting `"extensions.experimental.useUtilityProcess"` and this API ensures that the process is forked...

@bpasero can you share some repro steps, I can get a stacktrace from my setup. @aeschli the core dump location can change depending on your system configuration, you can try...