James Warwood
James Warwood
Thanks for looking into this @BePo65 and sorry for my late response back, I didn't seem to get a notification from GitHub about this. What you've said makes sense, and...
It looks like support was dropped during a rewrite in 2018, whether intentionally or not I don't know :shrug: For now I'm running `serve` at version 6 instead (`npx serve@6...
Also just got bitten by this with a GitHub dependency - CI build failed after pushing, even though `yarn.lock` was updated with the new commit hash. Worked around the issue...
We actually removed this in 05e8d9fa, to fix a couple of other bugs (#30 and #21). In that commit, we simplified the plugin and removed alot of complicated logic for...
No worries, sorry I can't help any further at this point in time.
Hi, thanks for raising this. Under what conditions are you seeing this behaviour occur? The plugin _should_ be scrolling whichever element needs to be scrolled back to 0. You mentioned...
Hi @Nogostradamus, thanks for your reply. There are actually two additional bugs here: 1. the element which should be scrolled to 0 for modal steps is not being scrolled -...
Thanks for taking the time to look into this @Nogostradamus! I've added two commits to the dev branch, one for the `'html, body'` selector, and one for issue #63 about...
The size of the highlight is correct - it is supposed to be a bit larger than the element. I've no idea why you are getting those rough lines and...
Hi @achintverma, `script` tags are ignored anyway by default, but in your case you actually want it to process script tags. However, the output will not be correct because the...