Ash McKenzie
Ash McKenzie
Hi John, I've updated your gem so the specs run, blank? doesn't complain anymore and updated httparty which solves the "couldn't parse YAML" error. Thanks, Ash.
On line 28: - `puts InlineStyle.process(html, :stylesheets_paths => "./styles")` it should read: `puts InlineStyle.process(html, :stylesheets_path => "./styles")`
``` $ sw_vers ProductName: Mac OS X ProductVersion: 10.14 BuildVersion: 18A391 ```
A lot of analysis tools produce a summary line at the completion which shows things like how many warnings, errors etc. I feel this would be a valuable addition to...
This PR adds support for building `darwin.arm64` binaries. ## Checklist Not all of these might apply to your change but the more you are able to check the easier it...
This PR aims to fix https://github.com/Evertras/bubble-table/issues/179 by raising the minimum supported version of go from 1.17 to 1.18.