Dmitry Chigiryov

Results 5 comments of Dmitry Chigiryov

Same happens with PDF files. ImageGlass opens them too, but resolution is unusable. Probably there should be a user definable DPI option in ImageGlass settings for vector formats.

Parcel 2.9.2 ignores all SVGO configuration files. svgo.config.json, svgo.config.js, .svgorc.json, .svgo.yml All are completely ignored and there is no way to configure SVGO with Parcel.

> However, that only applies for standalone SVG files. For HTML, you need to [configure htmlnano](https://parceljs.org/languages/html/#minification) instead But SVG page in documentation clearly lists inline SVG https://parceljs.org/languages/svg/#inline-svg and svgo.config.json for...

Web Audio causes huge memory leaks in Howler. But there is no memory leak if html5 audio is set to true. Do not use Web Audio in Howler and everything...

It's a long known issue with Howler using Web Audio API. But everything is fine with html5 option enabled. Maybe some day someone will propose a patch to fix this....