Chris Thoburn
Chris Thoburn
I attempted to create similar commit compare behavior to what the `github` API package provides for use locally so that any git installation could be supported from the initial release....
It would be nice to have a way to explicitly mark a PR or a commit as "meaningful for the log". For jQuery / angular style, I think this would...
- fix funnel perf - tsc should use latest ES settings - refactor build pipeline to improve configurability - respect babel configuration IE11 support still broken due to usage of...
the only way to pass a label to `beginAsync` is to also pass a token yourself, meaning: ```ts waiter.beginAsync(waiter.nextToken(), myLabel) ``` in production builds this will throw because the no-op...
Example errors: ```ts tests/graph/tests/integration/graph/edge-test.ts(18,19): error TS2339: Property 'lookup' does not exist on type 'Owner'. tests/graph/tests/integration/graph/edge-test.ts(37,13): error TS2339: Property 'register' does not exist on type 'Owner'. ```
Resulting error in both 4.4 LTS and 3.28 LTS ``` Uncaught Error: Could not find module `@ember/renderer` imported from `(require)` at missingModule (loader.js:247:1) at findModule (loader.js:258:1) at requireModule (loader.js:24:1) at...
Some such as `waitFor` do not implement the hooks. Some which do implement hooks (such as `click`) could still benefit from additional hooks wrapping of sub-helpers like `focus` and `mouse-down`...
regardless of checkbox state the container is shown.