Joshua T Corbin
Joshua T Corbin
This caused me problems when I was playing around with the baseplate modules outside of the shipped xsize/ysize/if/else tree header at the top.
I'm trying to recover an analog of fugitive's `:Gsplit` but using diffview instead: - it looks like one could just `:split diffview://...`... - but what's the best way to compute...
Makes request semantics optional, and better (covers all the cases that our best current use case does).
Currently only covers UInt8, 16BE, 32BE, the rest should be easy to add by copy/paste boiler plate.
Each module should be easily unit testable. For now we've tested by integration through TChannel on its bufrw branch ( https://github.com/uber/tchannel/tree/bufrw ).
``` javascript 'use strict'; var process = require('process'); function log(m) { process.stdout.log(m + '\n'); } function foo(a) { if (a === 1) { log('1'); } else if (a === 2)...
Finally reproduces the production failure that we've been hunting, TODO: - [ ] find and fix the cause of the zombie connections to the turnips - [ ] understand all...