Results 61 issues of Zachary Vance

In the flexbox chapter, for the width clamping examples: `min-width: 10px` should be `max-width: 10px` (as it is in the actual layout)

(I'm on Chrome) In chapter 2, the border drawn for the inline elements are very unclear, because at the iframe size, they don't wrap. I think they're probably meant to?...

I wrote [qr-backup](https://github.com/za3k/qr-backup/), a tool to back up files to a sequence of QR codes. It uses zbar very heavily for restore. As the final step of my program, I...

On http://graphite-api.readthedocs.io/en/latest/api.html, "Parameters are looked up in the order above". There's no canonical reading of "the order above", so the clarifying example is helpful. I would suggest reversing the order...

I'm working on a parallel project to archive gists and repositories, and discovered that it's currently impossible to grab a historical list of gists. A call to /public/gists returns only...

enhancement

Fabric 1.15.0 just released, which adds support for Python 3. Can you do another release for python 3?

The argument for having rename be provided by feh itself is: 1. A 'mv' action doesn't maintain knowledge of the where the image is for filelist or back/forward. 2. I...

feature

`9.78043902348e+12` is not an ISBN :)

I used https://wiki.debian.org/CUPSFilter to debug a problem recently, and it was a fairly good experience. The hardest part was getting the PPD. However, I noticed that at the end of...

enhancement
priority-low

Some keyboards weren't being mapped correctly. It was due to parsing `dumpkeys` incorrectly Fixes the other half of #162 and #245, along with PR https://github.com/kernc/logkeys/pull/246