Robby Morgan

Results 42 comments of Robby Morgan

👍 I am encountering this same problem, sending through Amazon SES. This seems to be a common problem for many Wordpress plugins, as a simple google search for "wordpress duplicate...

@tlovett1 is there any chance you would merge and release this in the near future? PHPMailer in Wordpress Core clearly adds the same header (and appears to have done so...

I tried using [white-space: preline](https://developer.mozilla.org/en-US/docs/Web/CSS/white-space), but it seems that all ``style`` attributes and ```` blocks are stripped from the HTML upon saving the content.

> Is there something I should be doing differently? I just spent most of yesterday trying to answer this same question, as I have a remarkably similar scenario where my...

Having now migrated several of my apps to Octane either fully or partly over the past year, the biggest challenge I've encountered is *migrating off of Mixins*. Chris' post on...

https://caniuse.com/mdn-html_elements_a_implicit_noopener indicates that `target="_blank"` implies `rel="noopener"` behavior for modern browsers (excluding IE and Opera?) since Chrome 88 was released in January 2021, close to two years ago. Given this includes...

> In the meantime, you can configure the rule to only require noopener by setting the rule value to true (instead of 'strict' which requires both noopener and noreferrer). It...

The above behavior was reproduced on: ``` $ npm ls └─┬ [email protected] └─┬ [email protected] ├── [email protected] ├─┬ [email protected] │ ├── [email protected] │ ├── [email protected] │ ├── [email protected] │ ├── [email protected]...

With cairo 1.12.14 on Amazon Linux, it behaves quite differently: ``` $ rpm -q cairo cairo-devel cairo-1.12.14-6.8.amzn1.x86_64 cairo-devel-1.12.14-6.8.amzn1.x86_64 $ node > require('image-size')(require('text2png')('Line 1', {font: '12px sans-serif', padding: 0, lineSpacing: 0}))...

One difference on Mac was that I didn't have "pango" installed. Once I installed that, text2png behaves similarly across the two platforms. However, using ``emHeightAscent/Descent`` still differs: ``` $ brew...