Aaron Gable

Results 201 issues of Aaron Gable

This will require also providing aliases: ``` alias tmux = tmux -f ~/.config/tmux alias irssi = irssi --home ~/.config/irssi ``` The only reason that I haven't done this yet is...

In the normal rietveld UI, you can diff against previous patchsets. This feature is particularly useful for multiple rounds of review (what have they changed since I last left comments?)...

enhancement

See screenshots. In the first screenshot, the beginning of the multiline string is not in the diff (although it is in the context snippet), but the end it. This appears...

bug

The "Show context" links around a section of a diff should be able to display fewer lines than "the whole rest of the file". Common numbers are +5, +10, +50,...

enhancement

The pinkish highlighting that is used to show "nothing changed here" isn't sufficiently visually distinct from the green and red highlighting used to show lines added/removed. Especially because it contains...

enhancement

There could be a few improvements to the visual display of patchsets. - Add a horizontal line at the bottom of the bottom-most patchset. - Add white/gray alternation (like in...

enhancement

For some reason ROCSPStage3 was enabled without also enabling ROCSP Stages 1 and 2. Fix the oversight so we're actually running all of the first three ROCSP stages in config-next...

We have `test.ThrowawayCert()` specifically to generate certs for use in tests. We use it extensively in precertificates_test.go, but not in sa_test.go, presumably because that code is older and predates the...

The draft makes two major changes from what we currently have implemented: - changes the format of the GET url - adds the POST functionality to mark a certificate as...

We want ARI to be able to do dynamic load smoothing. Based on past traffic patterns and expectations for future patterns, it can recommend renewal windows for certs that will...