Miles Malerba
Miles Malerba
I have no problems with killing the rule as well, its in the version history if we ever need to bring it back
@jagomf Are you sure you're using the latest version of material? Your example seems to work fine: https://stackblitz.com/edit/angular-material2-issue-dtceox?file=app/app.component.ts Also please file a separate issue rather than tacking on to unrelated...
I'm going to be on vacation for most of July, but I've increased the priority as its something I'd like to work on after I get back
@milanov Rather than taking an array input like in the SO question, I think a function would be a more flexible API, e.g.: HTML: ```html ``` TS: ```ts itemSizeFn =...
I think we can make some kind of change to this repository, I just want to make sure we settle on a good API first. That makes sense about `itemSizeFn`,...
That's an interesting idea. Let me add it to our agenda for team discussion since we don't currently have any APIs like this
Hi @spike-rabbit, I had a chance to discuss this with the team. In general we're not opposed to this type of API in situations where it makes sense. Folks did...
Ah ok, that seems like a reasonable use case. I wasn't thinking about a single item possibly being bigger than the viewport. I think we would probably be fine adding...
@spike-rabbit sure, if you send me a PR I can look into how to test the performance
It seems very likely that this is related to the same root cause as https://github.com/angular/components/issues/10968