Jeremy Elbourn

Results 155 comments of Jeremy Elbourn

Turns out that this is a breaking change; anywhere this value is assigned into something else the types don't match now. It has ~60 failing build targets across a bunch...

I'm not sure if this is the desired behavior? It's been a _long_ time since I wrote this, but I _think_ that we'd want to keep it such that the...

https://material.io/design/layout/applying-density.html#usage > Don’t increase the density of components that involve focused tasks, such as interacting with a dropdown menu or picker. Increasing density on components such as date pickers reduces...

That does seem to conflict with the menu spec. We should raise it to the Material folks

Making sure I understand- is there some limitation to importing `NoopAnimationsModule` for a subset of the app? E.g. if I want to disable animations for my `UserProfileComponent`, I could import...

Just took a look- seems like this got stalled because it's breaking ~10 targets inside of Google and nobody has had the time yet to dig into the failures and...

Confirmed that the animation is having issues on Safari. Might be a regression, since I don't remember seeing this in the past.