Krystian Szymukowicz

Results 15 comments of Krystian Szymukowicz

@akiessling I looked on the code an in fact there were some inconsistencies that could bring such problems therefore I refactored the code a lot. New version is available on...

Sure, it will definitely be upgraded to version 12. I expect it to be ready in the next 1-2 months.

@sabbelasichon I checked it and it does not work for me. I posted a fast solution in this comment. https://github.com/sabbelasichon/typo3_encore/issues/174#issuecomment-1416228158 But even after fixing with my proposal there is still...

For me following config works. The sprite have hash and TYPO3 is using this hash. ``` Encore.addLoader({ test: /\.svg$/, loader: 'svg-sprite-loader', options: { extract: true, spriteFilename: "sprite.[hash].svg", } }).addPlugin(new SpritePlugin())...

Sorry. Actually my test was a bit wrong because I tested on my modified version of code. In SvgViewHelper I have modification. I am not sure it nice version but...

@sabbelasichon As far as I remember I finally had no 100% working solution. I started to doubt that anyone really use this `svg-sprite-loader` with TYPO3 Encore ;) The two main...

I just investigated a bit. So when someone would consider using inline svg (data:image/svg+xml) instead of some svg-sprite then here are two working configurations: 1) when using pure encore add...

@wazum @support-beech With great support of browser for https://caniuse.com/?search=webp and https://caniuse.com/?search=avif the sense of this extension is lower and lower. Good to mention also is that https://github.com/b13/picture has lately integrated...

hi look what changed in version 6.0.0 https://github.com/sourcebroker/deployer-extended-wordpress-composer/blob/master/CHANGELOG.rst The config is now read from `config/.env`. Did you modified your files for this? Also try to run the command with `-vvv`....