Steffen Weber
Steffen Weber
I had the same problem with errors showing up in the console but not in the UI. Manually applying the change in commit https://github.com/kungfusheep/SublimeLinter-contrib-stylelint/commit/3ab856778df9539c7993abec00b6e76958270fc3 (which does not seem to be...
That seems to be issue #15.
Thank you for starting the implementation! There is a small change required to make it work because currently the generated data URIs have a syntax error (Chrome reports `net::ERR_INVALID_URL` in...
Hmm, maybe the proposed optimization is not such a good idea after all. > Permitted characters within a data URI are the ASCII characters for the lowercase and uppercase letters...
This issue still exists in Froala 4. The reproduction steps linked to above still work, too. Could you please have a look?
Our website (https://www.computerbase.de/) is bfcache-eligible on pages without ads (e.g. on the imprint page or when using our paid version "ComputerBase Pro") but is not when ads are served because...
@marcbln Good idea! It can be optimized a little if you usually generate single-page PDFs (i.e. multi-page PDFs are the exception) by speculatively setting the page number to 1 on...
I originally reported this issue a few days ago on the Twitter Developer Forums: [JavaScript error in Widgets-JS on websites using FastDOM 1.0](https://twittercommunity.com/t/javascript-error-in-widgets-js-on-websites-using-fastdom-1-0-with-jsfiddle-demo/71579) @wilsonpage said one possible solution could be:...
This would be very useful. I'm using Zend-Mail to parse emails that arrive in an inbox and therefore have no control over their header values. When calling `Zend\Mail\Storage\Imap->getMessage()` an Exception...