buckler icon indicating copy to clipboard operation
buckler copied to clipboard

Go library and CLI for making Shields-style badges (PNG)

Results 14 buckler issues
Sort by recently updated
recently updated
newest added

GitHub caches pages, so status images should be [served over HTTPS](http://about.travis-ci.org/docs/user/status-images/) as a work-around.

This PR makes it possible to use buckler as a library. Buckler is awesome, BTW!

This way, the badges would still look good on high-resolution displays. Ref. https://github.com/h5bp/lazyweb-requests/issues/150

I don't think this is just due to the images being 1x — lots of 1x images are at least still as readable as they were before on a 2x...

I'm trying to create a badge that says "" and "" and the site yields 503s whenever I include `` or `/` -- even if I url-encode and/or http-encode the...

Reticketed from https://github.com/gittip/shields.io/issues/84. Currently we hit an HTTP backend to resolve a token such as `(travis-ci, rails/rails)` into `(build, passing)`. This will need to be a well-documented API as it...

@olivierlacan What do you want to block this on? At least until the URLs are revised (#19), eh? Though if we break backcompat there w/ `/v1` then I suppose it...

Reticketed from https://github.com/gittip/shields.io/issues/84. I believe @olivierlacan has asked for `/first/second.png?color`. I like the idea of prefixing the path with `/v1`, though that breaks backcompat (not too worried about that yet?).

I'm having trouble to get shields with a slash, both on the vendor and on the status. I've also tried the URI code for slash `%2F` but there's no change.