John (he/him)

Results 7 comments of John (he/him)

Thank you @tomconder, this was very helpful! EDIT: I had a previous install of node in my path that was breaking my setup. I removed that version __and__ added my...

FWIW here is an inline script to build a custom formatter that writes to stdout and saves a json file by invoking the existing json and string formatters. JSON results...

According to the docs `external` should already support regular expressions, unless I am looking at the wrong documentation: https://rollupjs.org/guide/en/#external

Current workaround is to provide a fully-qualified URL to gihub in the README.md instead of using a relative path.

Note: Alert was dismissed but issue remains and is tracked with this github issue.

One new issue found: https://github.com/webhintio/hint/issues/5255

Using the DevTools I found that React is doing the same _insertBefore_ behavior as Preact. React appears to track if the element about to move is the `document.activeElement` and then...