Milan Milanov
Milan Milanov
If anyone has stumbled across the requirement for items of different, but known size (a mixture between the fixed and autosize scrolling strategies) - I've elaborated more in this [SO](https://stackoverflow.com/questions/66183118/angular-virtual-scroll-strategy-for-different-fixed-size-items)...
Hi Angular team. Picking up from https://github.com/angular/components/issues/10113#issuecomment-778660378 (creating a strategy for scrolling items with different, but fixed sizes). I've modified the code suggested in the SO question and it seems...
Thanks for the quick responses. Some followups for @mmalerba: - I’m still not sure if I should attempt to create a PR in the experimental cdk repository, or publish the...
A assume different people will have different use-cases, so lets hear opinions from the community about the API. From my perspective, @mmalerba, the way to go would be: * Introduce...
@zergeborg Thanks for the feedback. With regards to naming, right now I'm leaning towards `FixedSizesVirtualScrollStrategy` (with the `s` in sizes). What I'm suggesting will not work for your case, but...
Another vote for the menu bar icon idea, even if it doesn't display the unread count. It's more convenient, at least for me, and saves dock space.
@geoand Is there a chance for 3.3.3 to be published to either Maven Central or to the Opentracing repository? Or there are issues wrt to the release process, could you...
I also needed that same funcitonality so I came up with [this](https://gist.github.com/milanov/8a8fcabde51f31da0bfb), which is not that sophisticated but works good (for now).