Jason Gallavin

Results 48 comments of Jason Gallavin

@TopCoder02 A new release has been created see https://github.com/milkshakesoftware/PreMailer.Net/releases/tag/v2.5.0 No browser defaults should be inline from what I am aware of, can you create an issue with a reproduction of...

@martinnormark I cut a new release. You can see it here: https://github.com/milkshakesoftware/PreMailer.Net/releases/tag/v2.5.0 I did run into one issue however. The action published the new version but then failed on a...

@martinnormark That's what I could find from my research so far. I'll play around with publishing a dummy package from a dummy project to make sure things work right and...

Hi @alekdavisintel This seems to be a limitation with AngleSharp. see https://github.com/AngleSharp/AngleSharp/issues/396. I turned on the `IsNotConsumingCharacterReferences` like suggested in the issue but it caused some strange effects. I went...

@alekdavisintel After more research I found that AngleSharp tokenizes the html into objects that then get outputted using a formatter. I was able to output the copyright symbol as an...

HI @AbstractionsAs , This will fix this case. However you can do a protocol agnostic url which this will not catch. ex. ``` -premailer-src: "//example.com/logo.png"; ``` I think the regex...

@caroso1222 Why does the project need to be rolled up? Doesn't that break tree shaking since the user project's bundler cannot exclude files?

I probably want to opt in on a component basis. Would it be possible to have a `/* @forgetti include*/` or `/* @forgetti enable */`. Otherwise I might have to...