Dmitri Pyatkov

Results 11 issues of Dmitri Pyatkov

Hi! I need allow to chunk hash property. Its possible? ```json "app.js": { "src": "build/js/app.mim.js", "chunkhash": "aeac44bb018a85386978" "integrity": "sha384-JcnPQPUWAADLlNOBv9MSixuv/fv43CHqBk5QEvIHk3/AGFVsg9e2oaUcWxp02WC2" }, ``` Thank You!

Hi! Thx for browser-sync-webpack-plugin! I got an idea: show error overlay , when webpack done compliation with errors. [Оriginal code from browsersync recipes](https://github.com/BrowserSync/recipes/blob/master/recipes/webpack.babel/readme.md#preview-of-appjs): ```js // pseodo code bundler.plugin('done', function (stats)...

Hi! I try this, but not worked: ```js 'ignoreSelectors': [ '^(html|body):not', ], ``` this code strip all pseudo classes: https://github.com/postcss/postcss-bem-linter/blob/master/lib/list-sequences.js#L17-L18 thx!

For example `scss/at-mixin-arguments-indention: 4` input: ```scss .title { @include fluid-font-size-rem(22px, 26px, map-get($grid-breakpoints, "ss"), map-get($grid-breakpoints, "xxl")); } ``` formater to: ```scss .title { @include fluid-font-size-rem( 22px, 26px, map-get($grid-breakpoints, "ss"), map-get($grid-breakpoints, "xxl")...

Hi! fixed this https://github.com/simonsmith/stylelint-selector-bem-pattern/issues/72

**Description** This ` SVGO@2` is no longer supported.

Hi! After update stylelint to [16.13.0](https://github.com/stylelint/stylelint/releases/tag/16.13.0): ``` DeprecationWarning: Providing the `line` argument in the `utils.report()` function is deprecated ("plugin/selector-bem-pattern"). Please pass both `index` and `endIndex` as arguments in the `utils.report()`...

in: https://github.com/dompdf/php-font-lib/blob/9b42ff4995cb53d3a2f7edd016f0ed39a70887a7/src/FontLib/BinaryStream.php#L109