Jonathan Cousins
Jonathan Cousins
Yep. Indeed I shall. I posted the other examples to show that the issue does not occur using other variants of fixed unit and fraction units. As for the SCSS...
If the first argument used `path.resolve` would that help mitigate injection? ```js const path = require('path'); const qpdf = require('node-qpdf'); const injectString = '/the/path/of/filename.pdf; ls -al; rm -rf /'; qpdf.decrypt(path.resolve(__dirname,...
I don't think this is support out-of-the-box. The closest I could find, after a quick google-search, is https://www.npmjs.com/package/babel-plugin-import-rename
> The IntersectionObserver API still has spotty browser support FWIW http://caniuse.com/#feat=intersectionobserver Support is now at 93.88%
I have a similar issue where it autocompletes to indented syntax inside a scss file. I also use Emmet.io, and this sometimes conflicts with it.
I think this project is either dead or dormant. The last release was 2018-11-30
Why doesn't it work? May you provide a [minimal-reproducible-example](https://stackoverflow.com/help/minimal-reproducible-example), as well as the errors?
Pull #31 didn't work for me.
After some investigating, I don't think the `unpause` event should be included, as all it only invokes the `play` method.