Luke Bjerring
Luke Bjerring
https://github.com/mobxjs/mobx-utils/blob/3a1ee03527950a44c5ce57007344a56a9b974c94/src/lazy-observable.ts#L45 Given that we're fine to omit the initial value fallback, `current()` can return `undefined` while the promise is unresolved. The code snippet example even compares `current() === undefined`.
### Description None of the demos load properly. e.g. https://npm-demos.appspot.com/@polymer/[email protected]/demo/grouping.html ### Expected outcome Demos show an iron-list of sorts ### Actual outcome None of the demos show a list because...
Test file paths should be url-encoded before being stored in the test results JSON. Example: https://storage.googleapis.com/wptd/7a0cf8ade7/chrome-63.0-linux/html/syntax/parsing/html5lib_namespace-sensitivity.html?run_type=uri Note that url-escaping the ? works correctly: https://storage.googleapis.com/wptd/7a0cf8ade7/chrome-63.0-linux/html/syntax/parsing/html5lib_namespace-sensitivity.html%2Erun_type=uri
Context: https://foolip.github.io/ecosystem-infra-rotation/ We have a rotation that ensures that we're triaging bugs labelled `infra`. For the criteria that produces the list of stale bugs, that are actually assigned, it would...
Right now, reftests aren't working for Chrome android because there's no concept of resizing the window. We should at least either either ignore or work around this issue, possibly by...