Aleksei Androsov
Aleksei Androsov
Resize event recalcs image dimensions in wrong way (see example https://jsfiddle.net/doochik/1mdhtbav/). In this case we should stop processing resize event if fotorama is hidden. As a workaround for this bug...
@types packages need to build package only.
``` // root.js const { foo } = require('./bundle.js'); // bundle.js module.exports = { foo: require('./foo.js'), bar: require('./bar.js'), } ``` In this case `bar` is not exported, but required and...
I've rebased original PR #276 and achieve the same results ``` ### Summary: ✓ registry ➭ getMetricsAsJSON#1 with 64 is 1.900% faster. ✓ registry ➭ getMetricsAsJSON#2 with 8 is 2.054%...
Для объекта она работает правильно ``` jpath({ data: { v1: { new: true }, v2: {} } }, '.data.*[.new]') ``` Для массива этот же jpath не сработает и надо писать...
В обсуждении на wsd попросили полноценную html-технологию с 1) заменой ссылок 2) фризом 3) минимизатором (htmltidy)
[email protected] [email protected] Ubuntu 14.04.5 LTS ``` $ npm i mozjpeg > [email protected] postinstall /home/aandrosov/node_modules/mozjpeg > node lib/install.js ⚠ The `/home/aandrosov/node_modules/mozjpeg/vendor/cjpeg` binary doesn't seem to work correctly ⚠ mozjpeg pre-build test...
### Steps to reproduce **Tell us about your environment:** * Puppeteer version: 1.19 * Platform / OS version: macOS * URLs (if applicable): * Node.js version: 10.16 **What steps will...