James Kupczak

Results 12 issues of James Kupczak

Considering all of the transforming that's going on here there's a chance of unforseen/unwanted changes. I think showing the user their original raw code and rendered code side-by-side with the...

This is a simple example. Find all instances of 4 consecutive digits, but do not match '2000'. There might be a way to do this with regex alone? But more...

As discovered by @M-J-Robbins here https://github.com/hteumeuleu/email-bugs/issues/115#issuecomment-1158751044, there are workarounds for using word-break. Unsure if it's the same for Aol and Yahoo.

Data bug

``` .a { color: red; } .b { color: blue; } .c { color: yellow; } Hello world ``` `Hello world` will be displayed in `red` instead of `yellow`. Additionally,...

Outlook

Attempting to vertically align a `` within a `` in Outlook 2013/2016/2019/365 will fail if the `` is also being aligned with the `align` attribute. **Example Code:** ``` Button ```...

Outlook

Outlook 2007, 2010, 2013, and 2019 do not respect the `!important` declaration when used with inline styles. span { font-family: 'Times New Roman'; } Will display in Times New Roman...

Outlook

``` your styles your content ``` Using an empty `` tag first will prevent Yahoo! Mail app for Android from stripping out your styles. Use this with caution. Some ESPs...

Yahoo

It would be great if the generator would remember the list styles I've setup on return visits.

- Giving it a Google Sheet URL returns this: `There was an internal server error: "error"` - And giving it a CSV returns this: `The server gave this response as...

While the `` tag is not supported in Gmail when placed in the `` tag, it IS supported if it's also in another `` tag. So the following works but...

Data request