Marat Dulin
Marat Dulin
Hello @dhowe. The latest html-entities version is `2.4.0` (https://www.npmjs.com/package/html-entities), there is no version `4.1.4`.
@dependabot recheck
@baseplate-admin According to the package contents, index.js contains the link to the source map: https://www.npmjs.com/package/html-entities?activeTab=code And the source map has a link to the source file: And the source file...
Hello @haikyuu, `css-selector-parser` was updated to version `3.0.0` which supports what you need. Though some migration is required: https://github.com/mdevils/css-selector-parser/blob/master/CHANGELOG.md#migrating-from-2x-to-3x
Same problem, but with standard brightness control buttons and an external keyboard. It used to work fine before with external keyboards.
`stdin` чего? Текущего процесса? Я говорю именно об использовании Борщика через API. `stdin` моего процесса это совсем не то, из чего нужно собирать выходные файлы.
То есть и в `input` и в `output` можно задать `MemoryStream`?
@alexeyten Этот тикет именно про работу через API, а в таком случае cwd это совсем не то, что нужно.
@DuCanhGH thank you for your explanation. I probably don't understand something Here is my config: ```ts import {defaultCache} from '@serwist/next/browser'; import {installSerwist} from '@serwist/sw'; import type {PrecacheEntry} from '@serwist/precaching'; declare...
Hello @reyhappen and @acailly! I've tested the built files against Safari 12.1.2 and it worked fine. Can it be that your build tool does something during the bundling process that...