Andrey Lushnikov

Results 53 issues of Andrey Lushnikov

This patch fixes regexes in __parse_jobname to be non-greedy. Since there's a for-loop which iterates through the matches, greediness is not needed. This is enough to fix the jobname extraction....

Reproduction steps: 1. Take Linux with the following packages installed (or build docker image with this [Dockerfile](https://github.com/aslushnikov/latex-online/blob/master/Dockerfile)) ``` apt-get update && apt-get install -y \ biber \ cm-super \ fontconfig...

Hi Andrey, The autoprefixer/postcss turned out to output reduced sourceMap, i.e. it reduces the amount information in the initial sourcemap. The example repo is here: [aslushnikov/autoprefixer-breaks-sourcemap](https://github.com/aslushnikov/autoprefixer-breaks-sourcemap) SourceMap **without** autoprefixer: [sourceMap](https://sokra.github.io/source-map-visualization/#base64,ZGl2IHsKICBjb2xvcjogcmVkOyB9CgovKiMgc291cmNlTWFwcGluZ1VSTD1zdHlsZS5jc3MubWFwICovCg==,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3R5bGUuY3NzIiwic291cmNlcyI6WyJzdHlsZS5zY3NzIl0sIm1hcHBpbmdzIjoiQUFFQSxBQUFBLEdBQUcsQ0FBQztFQUNBLEtBQUssRUFIRCxHQUFHLEdBSVYiLCJuYW1lcyI6W119,JGNvbG9yOiByZWQ7CgpkaXYgewogICAgY29sb3I6ICRjb2xvcjsKfQoK)...

refactoring

In many ways, users want to intercept targets being created to attach and set them up. Usecases: - when popup is getting opened, attach to it and enable request interception...

feature
chromium
P3
chrome

Follow-up to fb76d62a2b37a60a5eb1570237068bf6d4423091 that has a buggy fixture implementation.

CQ1

This patch introduces the following commands: - `npx playwright install docker-image` that builds a VRT docker image locally that is based off the `mcr.microsoft.com/playwright:focal` - `npx playwright start-docker` that launches...

So that we don't have to do this kind of PRs: https://github.com/microsoft/playwright/pull/15682

v1.26

This roll moves Juggler component registration to a new system that is used in XPCOM: this is what both RemoteAgent and Marionette use. Drive-by: we now have to explicitly pass...

It would be awesome to have a "share snippet" button in the try-puppeteer, that would generate a URL for the snippet. For example, it can embed snippet in the URL...