Philipp Meißner

Results 16 comments of Philipp Meißner

From what I understand this is caused by `tslint` which is set to `5.17.0` as [documented here](https://docs.codeclimate.com/docs/tslint). Would be nice if we could configure the environment on a per-repo base...

Bump. Would be nice to get some sort of feedback on this one.

Hi @fedediaz92, Apparently I can not reproduce this inside a sandbox anymore. I will have a look at the project where this was (and to this day still should be)...

👍 Facing this issue as well :/

Yeah, I would second that :) Or at least provide the actual code used in each scenario - Would be quite helpful for easier c+p.

The only feasible "solution" we found so far is wrapping the tooltip into a dumb component which in returns implements the tooltip. This limits the affected components re-running due to...

> This is quite a painful bug. With a large list contained within an OnPush CdkVirtualFor (utilising trackBy) to only render the viewable items, on _every_ tooltip show() call, the...

@ocombe Maybe you can have a quick glance at this? It would really help us out to have this merged and released 👍

To possibly attract more people with the same issue, here's the error that pops up when inside `angular.json` we set `"optimization": true` (and therefore lose a good amount of errors):...

> I'll work this weekend in creating a reproduction repo for this issue. For now, this is a blocker to update to Angular 15 @Carniatto did you by any chance...