Ryan Cebulko

Results 9 issues of Ryan Cebulko

In `#core/document/ready`, we check if `document.readyState` is either `loading` or `uninitialized`. According to https://developer.mozilla.org/en-US/docs/Web/API/Document/readyState, only the first is possible (TypeScript surfaced this error). `uninitialized` isn't even one of the custom...

Stale

`@typescript-eslint/camelcase` is deprecated in favor of the much more intricate [naming-convention](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/naming-convention.md) config options.

P3: When Possible
Category: Infrastructure

Often, a single error will surface in 3~4 different variants depending on browsers and module/nomodule splits. They should only get tracked in one GitHub issue, and that issue should be...

Type: Feature Request
P2: Soon
Category: Infrastructure

Context: https://github.com/ampproject/amphtml/pull/30230#issuecomment-705704728 Requires: - [ ] Add `deleteComment` to `owners/src/api/github.js#GitHub` - [ ] Add logic within `owners/src/notifier.js#createNotificationComment` to delete the existing comment if the notification set is empty - [...

Type: Feature Request
P3: When Possible
Category: Owners

/invite @rafer45

Type: Feature Request
P3: When Possible
Category: Owners

Minor weirdness when demo-ing components ![image](https://user-images.githubusercontent.com/6694512/145256162-4dbd6326-1be2-44ea-887d-303ec7fc97dd.png) ![image](https://user-images.githubusercontent.com/6694512/145256192-d5a924a4-ca2e-4214-9766-20b064ad8482.png)

From the center image, clicking the right arrow instantly changes the images to the avocados, while clicking left (or any other shift between pairs of images) does a progressive slide...

Before click: ![image](https://user-images.githubusercontent.com/6694512/145256371-842ae89f-f247-4860-8f02-bcabf9d92578.png) After clicking "See more": ![image](https://user-images.githubusercontent.com/6694512/145256408-0b9ca66b-797f-4d6f-b4ef-6ca80f7ed606.png)