Mike C. Taylor

Results 7 issues of Mike C. Taylor

## Problem Note the following code found in /src/index.js ```js const stripLeadingSlash = s => s.indexOf('/') === 0 ? s.substring(1) : s const stripEndingSlash = s => s.indexOf('/') === (s.length...

I ran sloc on Cypress.io 3.1.4 pre-npm-install and got the following results: ---------- Result ------------ Physical : 181219 Source : 131887 Comment : 17028 Single-line comment : 12828 Block comment...

Very minor. The docs show `paperSize: : null,`. It should be `paperSize : null,`. Also, there is a missing coma after `phantomFlags: ['--ignore-ssl-errors=true']`

This editor looks amazing. I'm trying to enable instructors at our school easier access style rules declared in CSS. Is there a way to include HTML attributes on custom formats...

# Description When HTML comments are beautified, it removes the whitespace surrounding the comment. This is problematic if the HTML comments occur within text blocks such as paragraphs. # Input...

language: html
type: bug
good first issue

Interesting project. I was curious how you run Chrome and noticed you're [pointing the default URL to your own server](https://github.com/nikfrank/deno-puppeteer-adapter/blob/a364422d53eb29b22840d773def7475cfa5e3f3c/run-chrome.ts#L3). I imagine you'll gain more trust and adoption by using...

Mammoth produces a warning for some unrecognized content, for example, an equation object: ```txt An unrecognised element was ignored: {http://schemas.openxmlformats.org/officeDocument/2006/math}oMathPara ``` It doesn't however produce an error when a chart...

enhancement