Gareth Watts
Gareth Watts
The build of Go 1.11.5 has some harmless build artifacts in the tarball; emit a warning while iterating over those, rather than failing completely. See https://groups.google.com/d/msg/golang-announce/mVeX35iXuSw/HxYXaBnYEAAJ
### Description Some PRs I review have multiple commits (if a submitter has been kind enough to split their work up into small logical chunks), and I step through them...
### Description **Feature Suggestion:** While viewing a file in the repo, it would be great to to highlight if it's featured in one or more PRs and link over to...
Implement very basic decoding of CCITT fax image data, which I needed to extract image data from PDFs generated by libtiff. i found i had to loosen the header signature...
SVG is probably the best way to handle high DPI devices instead of using canvas. Add it as a third renderer and use it in preference to VML/canvas where supported.
Support for above the line fill See https://groups.google.com/forum/?fromgroups=#!topic/jquery-sparkline/8P1pUG0gEU4
resolves #73, resolves #186 This is an alternative solution to PR #110 - Downside to this approach is it depends on the module cache behaving a certain way. Upside is...