John (he/him)

Results 5 issues of John (he/him)

# 🐞 Bug report See https://github.com/webhintio/hint/security/code-scanning/6 We should probably rethink this line of code, either imbed the compiled templates DOM using the `` tag or satanize the templates before setting...

type:bug
msft-consider

## Pull request checklist Make sure you: - [x] Signed the Contributor License Agreement (after creating PR) - [x] Followed the [commit message guidelines](https://webhint.io/docs/contributor-guide/getting-started/pull-requests/#commit-messages) ## Short description of the change(s)...

area:cli
area:infrastructure
msft-consider

# What / Why The problem is described well in the following NPM community post and PR - https://npm.community/t/relative-link-in-readme-of-monorepo/3806 - https://github.com/npm/marky-markdown/pull/435 The `package.respository.directory` is not honored when generating URLs for...

### Problem Deep linking to the line numbers is not working in the published version of this extension (as of 5/24/2022). I see the code to support ADO line numbers...

Reproduction steps: 1. Go to https://unpkg.com/[email protected]/demo/demo-01.html 2. Open the browser DevTools (F12 / Context menu -> Inspect) 3. Run the following in the DevTools Console `document.body.append(document.querySelector('progress-ring'))` Expect: No error Actual:...