Emily McLin

Results 22 comments of Emily McLin

Got an example? The best I could find was that Nokogiri can give you a US-ASCII document as output, which will encode converted characters back to HTML Entities, but they...

Here's a comment from the original author, which explains why Hpricot is still supported: https://github.com/premailer/premailer/issues/68#issuecomment-2032025

CSS as a workaround doesn't cut it in my case because the 3rd party player is forcing inline dimensions using !important already :(

@friendlymahi this is a breaking change - it breaks the ability to continue using CRX package deployments Can you try including both plugins, so that CRX package deployment can still...

> Existing plug-in is failing to locate some classes and as a result the zip file is not created. @friendlymahi this is something specific to your corporate environment, and not...

Thanks @friendlymahi, the warn-based approach makes sense. Can you take a look at this branch please: https://github.com/amclin/aem-packager/tree/feat/jackrabbit By default it does what you are looking for. But also, I would...

Hmmm..... that's a pretty critical dependency for executing this package, so I'm hesitant to remove the check or move it to be runtime instead of install time. @IGx89 Have you...

@IGx89 I've been looking into this more, and installing as an optional dependency seems to be the most "correct" approach in the NPM ecosystem since there is no explicit way...

For users with Maven 3.2.1 and later, the message specifically for `version` can be eliminated by replacing `${npmversion}` with a property named `${revision}`. Several 'allowed' properties have been created, but...

I was just looking for this. [@semantic-release/changelog](https://github.com/semantic-release/changelog) uses [@conventional-changelog/conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) to create a `CHANGELOG.md` file However, that generated file fails linting. https://github.com/semantic-release/changelog/issues/84 It would be really helpful to be able to...