Adam Shannon

Results 394 comments of Adam Shannon

Gotcha. We're trying to release Docker images for Intel and M1 macbooks to run. Running the code (tests) locally has been working for a while, but the ARM containers fail...

https://github.com/moov-io/paygate/pull/17 Adds the idempotent implementation into paygate. Edit: https://github.com/moov-io/paygate/tree/master/pkg/idempotent is the code on master

I'm not quite sure how to go about this. go-kit hides some of the information needed. ```Go func decodeCreateBatchRequest(_ context.Context, r *http.Request) (interface{}, error) { idempotencyKey, seen := idempotent.FromRequest(r, inmemIdempot)...

@zbruhnke do you have an example for ACH?

I think this is best solved with a `ValidateOpts` field for a prefix to strip off each line. Functions cannot be serialized across json/yaml so we can't implement a generic...

I'm not thinking about the code that we're running in parallel with, but the raw files they're producing. I imagine we're going to get files from the existing code to...

We talked about this a lot today. There are a few experiments we should run regarding how the files are displayed in a "human readable" format. Use the horizontal or...

Also, there are industry formats we might adopt as well (for input/output) https://www.frbservices.org/financial-services/ach/fedpayments-reporter/report-descriptions.html That's right Wade provided that.

To diff two ACH files let's require `-diff` as a CLI flag and otherwise just show multiple files one after the other. In the future I can see supporting flags...

I've lumped this into https://github.com/moov-io/ach/pull/622 and will figure out colorization (it doesn't work in my default macOS terminal for some reason..)