Michael Ashley
Michael Ashley
Hi @david0leong, thanks for your support on the project! Would it be possible for you to add a few tests to pertaining to the updated functionality?
Hi @svenwiegand, thanks for your feedback. A quick and easy solution you may want to try is to add a custom type extension to your parse call. *Example via CLI*...
Hi @svenwiegand, I added some notes to your PR (https://github.com/postlight/mercury-parser/pull/485) A couple recommendations: 1. Aim for more general css selectors i.e. `h1` vs `header h1`. Generally speaking, this will help...
Hi @jfix, I attempted to reproduce the issue on v2.1.1 you're seeing with the url you provided. Everything seems to be in working order. See images below. I would suggest...
Hmm, a couple more quick suggestions: - double check your node version - clone another copy of the repo and do another fresh install, see if it may be something...
@jfix I'm working on upgrades the packages in this repo and now seeing the ELIFECYCLE issues, it appears related to rollup being outdated. Will follow-up w/ an update once I...