Calvin
Calvin
### Description On the topic of [method arguments interfaces](https://github.com/slackapi/node-slack-sdk/pull/487#issuecomment-372481734), thoughts on possibly making those interfaces *extra* strong by attempting to ensure that certain combinations of arguments are valid? For example,...
### Description In #799, a [discussion](https://github.com/slackapi/node-slack-sdk/pull/799#discussion_r295082316) unfolded about the trade-offs of moving `@types/*` dependencies that don't contain exposed types to `"devDependencies"`. A [previous related dicussion](https://github.com/slackapi/node-slack-sdk/issues/514#issuecomment-375118480) can be found in #514....
Reading through the design documents and looking through the explorer implementation, I've noticed a disconnect between the explorer using `Main` versus the design docs using `Run` as the entry point...
#### Description of Change See #38192: > This test seems to flake only on ASan builds. The DCHECK below seems to obscure any information the `v8::internal::Isolate::StackOverflow()` method would normally expose....
## Description This test seems to flake only on ASan builds. The `DCHECK` below seems to obscure any information the `v8::internal::Isolate::StackOverflow()` method would normally expose. There's no information in the...
#### Description of Change We've been granted early access to the preview of [CircleCI's "re-run failed tests only" feature](https://circleci.com/docs/rerun-failed-tests-only/). This PR updates our test suite runner and CircleCI config to...
#### Description of Change In a recent Chromium roll (#40045) we make some changes that were caused by this following revision: [Remove Windows-specific wstring variants of StringPrintf() etc.](https://chromium-review.googlesource.com/c/chromium/src/+/4776412). While the...
#### Description of Change Adds an options parameter to the recent `Session.clearData` API (#40983) to configure what types of data are cleared and scope the behavior to include or exclude...
### Confirmation - [x] I am a [maintainer](https://github.com/orgs/electron/people) of the Electron project. (If not, please create a [different issue type](https://github.com/electron/electron/issues/new/).) ### Description The `default_app` entrypoint that our ESM test suite...
#### Description of Change Mirrors a modification in the ESM patch that avoids loading source for the `electron` module to the same (synchronous) code used for CJS interoperability. This code...