Artem Denysov

Results 56 issues of Artem Denysov

@mkuklis thank you for a cool lib. What do you think about idea to write a new version with es2015 and all stuff. Maybe to use some build tool etc.?

We have a good start with making live examples, but we have to do more work to cover all docs by them. Here pages without live examples - [ ]...

docs

Список терминов для веб метрик: - Progressive web metrics - Прогрессивные веб-метрики - First Paint - Первая отрисовка - First Contentful Paint - Первая отрисовка контента - First Meaningful Paint...

What do you think about adding puppeteer and e.g. [axe](https://www.axe-core.org)?

Right now I'm working on some chrome extension and found useful you [tip]( https://stackoverflow.com/questions/48089670/detect-and-test-chrome-extension-using-puppeteer) about testing. I think having fully working example here might be useful for others. I can...

Hi @hollandben. I was thinking about adding new option(s) for this task. I propose to add `outputDir` option - a directory for placing hashed copies of files. It will be...

enhancement

Hey folks. Currently `getPreviewApiKey` is typed to return `PreviewApiKey` data type. Due to [docs](https://www.contentful.com/developers/docs/references/content-management-api/#/reference/api-keys/preview-api-key/get-a-single-preview-api-key/console/curl) it returns more data and looks like that data is a type of `ApiKeyProps`.

Todo: - update to Lighthouse v5 - use Lighthouse perf budget instead of custom expectations (aka budget) - deprecate custom expectations Feel free to add more items here.

Currently, we are able to publish PWMetrics in the scope of GitHub Package Registry, I'd like to hear from folks if everyone is ok with that. cc @paulirish @pedro93 P.S....

question

Since we have an awesome [lighthouse-plugin-field-performance](https://github.com/treosh/lighthouse-plugin-field-performance) for measuring RUM, it will be good to have a flag `field/rum/whatever` which will run url against it and provide real user perf metrics....