Adam Shannon

Results 394 comments of Adam Shannon

Here's an example run: ``` name stars last commit (days) importers github.com/go-martini/martini 10264 478 2096 github.com/docker/libcontainer 1037 664 1363 github.com/cihub/seelog 1183 356 1118 github.com/bmizerany/pat 1133 398 434 github.com/justinas/alice 1630 329...

Is this useful so far? I can easily add some sorting.

@acln0 Thanks for the review. I dropped `vendor/`, but it's still used by `go build`. This script requires the internet already.

There are a lot of -1's returned still, so I should probably look into that. I hope we can just make that refresh call and retry.

Added `vendor/` back. Updated the script a bit. There are still a lot of `-1` godoc counts coming back. I think we should try a manual refresh on godoc.org to...

> Tests are failing because the linter thinks there are real credentials in one of the tests. I'll address that tomorrow. You can ignore them pretty easily. https://github.com/moov-io/achgateway/blob/master/.gitleaksignore

@mfdeveloper508 can you look at this?

I need to review the spec, but is there any problem with reading the rest of the line into `ImageData`? Sure we should limit it to 10k characters or something,...

I'm seeing trailer records as being added in X9.100-180 which we originally didn't support. > X9.100-180 was published in 2006 with the intention to address many of the business requirements...

We need to read over that spec and others that mention trailers to come up with a design/structs to implement. Previously we talked about explicit version declaration in the Reader/Writer...