Robert DiFalco

Results 4 issues of Robert DiFalco

If I have a CSV with a header row, the header names seem to be trimmed. For example: ``` "Padded ,Unpadded\nOne,Two" ``` The above will produce a map with the...

csv

We have code that iterates all regions and (for example) calls describe instance on each for a given credential. The SDK should provide region enums as a convenience, not a...

feature-request
no-auto-closure

This was a great find, nice work. Anyway, I wanted to point this out, not sure if you care. Pretty sure you want to block here. https://github.com/shevek/parallelgzip/blob/master/src/main/java/org/anarres/parallelgzip/ParallelGZIPOutputStream.java#L233

The KPL authors suggest writing something like this when records are being produced at a higher rate than the KPL can submit them to kinesis. ``` while (producer.getOutstandingRecordsCount() > MAX_BUFFERED)...

enhancement