Joey Perrott

Results 28 comments of Joey Perrott

@crisbeto Please rebase when you have a chance.

Caretaker Note: Please ignore Branch Manager status as this was done in testing and is not necessarily accurate

Caretaker Note: This should be landed and given time to settle.

NOTE: This PR will cause failures as it attempts to update to a version of rules_nodejs that does not exist. But renovate will keep remaking the pr.

I discovered the issue while performing aXe tests across the codebase. The `disabled-text` check failed in its usages here. If I remember correctly, we determined that for many of these...

As our changelogs are generated from our actual commit messages, barring errant information we do not typically modify our changelog. Thank you for your proposal, but at this point we...

Looks like this is happening because the virtual scroll is reusing the template, which has a state that is not being reset.

As a workaround you can set the template cache size for the cdkVirtualFor to 0 and since the template is not reused, it works as expected. ```html ```

We will need to determine if changes should propagate as you described. Personally, I think that if we do propagate some of these changes up, we need to have a...