Alexander Turtsevich

Results 50 comments of Alexander Turtsevich

@mxschmitt, I've created repo https://github.com/kemsky/playwright-video-bug and a corresponding bug https://github.com/playwright-community/jest-playwright/issues/708

@okonet, my current workaround looks like this: ```js const map = new Set(); module.exports = { 'Spa_Source/**/*.ts': (files) => { if (files.length === 0) { return []; } if (map.has('ts'))...

In our project time increase is about 200%, from 30s to 90s. I'm not sure which of the rules causes that, but it is too much.

@ndrsn, @TonyGermaneri , is it possible to use polyfills in this case? https://github.com/google/closure-compiler/blob/2725a4f3b73d1536a9795424ae56bea07c949dd3/src/com/google/javascript/jscomp/js/es6/util/construct.js https://github.com/WebReflection/classtrophobic-es5 https://github.com/zloirock/core-js

@delatrie, there is no AllureBefore or AllureAfter in my tests, also there are no steps at all. Some tests have `TestCase` attributes, types are primitive, numbers, strings, enums. `SetUpFixture` :...

Approximately 1 out of 10 runs fails

@mcintyre321, you can read more here: https://devblogs.microsoft.com/premier-developer/avoiding-struct-and-readonly-reference-performance-pitfalls-with-errorprone-net/ tldr; if struct is not `readonly` then compiler must create defensive copies in some cases to maintain semantics, most notably when you have...

@gkalpak, so basically it makes no sense to execute `checkForUpdate` when `navigator.serviceWorker.controller == null` ?

Custom ReflectionService does not solve #1302