Adrien Foulon

Results 434 comments of Adrien Foulon

You could also just use `exclude: ['html', 'body']` the plugin cannot assume where the prefix selector will be, sure this plugin is mostly used to prefix apps within the body,...

@garak This has absolutely nothing to do with the linked discussion on relative path, the container name in the doc is wrong and plainly doesn't work if you follow the...

It's mostly a tcpdf issue then I'd recommend making a PR there

Okay I got what's happening, the ID of the cloned object is the same so it's trying to cleanup the same ID over and over again, it's still an issue...

I made a PR on [Tcpdf](https://github.com/tecnickcom/TCPDF/pull/116), you can hotfix this on Mypdf class on your PR and revert the rest

I'm personally switching to https://github.com/mpdf/mpdf and advise everybody here to do the same, it's very easy to switch from one to another, This lib is old with no activity, the...

It was also included in the new release, it means that if you run `composer update` The version of tcpdf will be updated and you will get the performance improvement

You may want to check https://github.com/jgthms/bulma/compare/css-variables as this was already explored and didn't see the light of day. I had a full solution which didn't get approved ([#1837](https://github.com/jgthms/bulma/pull/2981)), if anybody...