Sam Morrow
Sam Morrow
Hi, thanks for making this tool - it is awesome. Would it be possible to add checksums to future tagged releases? I'm in the process of locking down more of...
Hi, I just wanted to mention that the `Primer::LinkComponent` appears to add spaces automatically, which is often desirable, or a no-op depending on where it is in the markup. However,...
Issues arise if you pass the mixpanel functions around without binding `this`: ``` const customTracking { track: mixpanel.track } // the below will error because of internal this references customTracking.track(event,...
I think the default of "mono" for the font is surprising. I think for end users a default of sans/serif would make more sense - but in the interim, at...
The fix has been merged, but --strict-mode flag won't work on NodeJS until the next release of phantomjs-prebuilt https://github.com/Medium/phantomjs/pull/484