Julien Benoit

Results 7 comments of Julien Benoit

Is this possible to validate this PR? I also experience throttling with my timestamp provider.

Any news on this issue?

I reviewed your sample and it does not shows a leak When the table is visible I get an instance after taking a heap snapshot in chrome developer tools. ![image](https://user-images.githubusercontent.com/29145536/188642466-5eb218b4-bf4f-47f8-8c06-fe653c61b65f.png)...

Here is a new sample that does not use *ngIf : I used the angular router to add and remove the igx-grid component: https://github.com/wizgob/igx-grid-leak-2 Reproduction steps (in google chrome) -...

Any news on this problem?

To use NPM with azure artifacts, you need: - to add a credential ``` { "type" => "npm_registry", "registry" => "YOUR_ORG.pkgs.visualstudio.com/_packaging/YOUR_FEED/npm/registry/", "token" => "YOUR_FEED:" + ENV["SYSTEM_ACCESSTOKEN"] } ``` - to...

You need to add a github api token to fix this one. First you need to create a new Personnal access token with the scope 'public_repo' on https://github.com/settings/tokens Then copy...