Alexander Malitsky

Results 14 comments of Alexander Malitsky

@cucar, this is epic, thanks a ton for the time and effort! Came here through your article and, before that - lighthouse report complaining about TBT of ~400ms. Do you...

This seems to fail one of the recommended lighthouse assertions: ``` ✘ uses-passive-event-listeners failure for minScore assertion Does not use passive listeners to improve scrolling performance ``` In my case...

Very valid request. `EventEmitter` can be used in browser when imported as dependency: https://github.com/asyncly/EventEmitter2, hence it will just work in a browser with basic `on` and `emit` methods

As of now _angular-vs-repeat_ virtually doesn't work in angularJS/angular hybrid mode due to constant `$digest` re-triggering. @kamilkp, would this be considered as a reasonable fix in the form of PR?...

`$scope.$broadcast('vsRenderAll')` above the scope of `vs-repeat` directive and `options.latch = true` should help. Having specific setting for this would be better.

If I understand correctly, as of now `webpack-plugin` is meant to be used during the third party application build to create statoscope report next to `stats.json` file. Is it right?...

Literally spent the whole day debugging this issue! Happy to come across this. Posted comment in this thread: https://github.com/gatsbyjs/gatsby/issues/22908#issuecomment-964642891 Probably related to this change: https://github.com/hupe1980/gatsby-plugin-material-ui/commit/e787e20016f775d536153492aa02a1937134281b#diff-7e93431ae23dd281591a7c6f2e6c8e3fb708cd3ba67ef2011d1607db8dd6804e Added `console.log` to `replaceRendered` (copy...

Ok, I don't think this is the bug with _gatsby-plugin-material-ui_ since it is using public API `replaceRender` provided by _gatsbyjs_. To be honest I'm not sure if redefined `replaceRender` is...

> The workaround is literally mentioned here. Just use `--legacy-peer-deps` when you update or install packages... Might not be that simple, i.e. #82

Have related question regarding **Network Request** and **Network Round Trip Times** sections of report comparison view. Looks like `urlReplacementPatterns` doesn't have the expected effect when comparing lists of requests. I'm...