Sam Zaydel

Results 22 issues of Sam Zaydel

I have been playing around with the library a bit and made some changes over time. These are just ideas I wanted to share and see if there's much interest....

enhancement

I thought along the lines of making things easier with sensible defaults, perhaps passing an empty string for style could result in a a sensible default being chosen for you....

One thing I have noticed with GNUPlot is that there's not really a straight-forward way to create a nice looking histogram, which in reality is a 1D plot, though you...

I think this is a great start to a useful library. I very much like GNUPlot and happy to see it being leveraged in this way. It is a great...

enhancement

It seems to me that what `SA1024` may be catching is not an issue with duplicate characters, but a misuse of API. It is easy to confuse `strings.TrimSuffix` and `stings.TrimLeft`....

enhancement

I think it would be nice to have ranges of keys, which are stored as members of a set. One should be able to define a range of any given...

I thought this might be a useful addition at least for some people. I find that I often have numbers that benefit from log transformation, and this changeset solves that...

Seems like something may be going on with the location of the packaged box. Perhaps worth a check? ``` pull https://vagrantcloud.com/cstrahan/nixos-14.04-x86_64/version/1/provider/virtualbox.box http: error: ConnectionError: HTTPConnectionPool(host='www.cstrahan-share.com', port=80): Max retries exceeded with...

**Describe the bug** I enabled debugging in a toy project which had a call to `random(0, 0xFF)` in the `loop()` function and attempted to examine local variables. I assumed I...

bug