Adam Shannon

Results 394 comments of Adam Shannon

Do we have a definition of what "set of data values" is in this context?

We could offer a function or two that can return a properly formatted alphanumeric string and another that returns a parsed number. ``` ImageReferenceKeyNumber() *int64 ```

I assume the "2–character business category" is an integer?

What version of metro2 are you trying to deploy? Using the [latest release works for me](https://hub.docker.com/repository/docker/moov/metro2/tags?page=1&ordering=last_updated). ``` $ docker run -p 8080:8080 moov/metro2:v0.7.1 Starting web server on port 8080 ```...

I made https://github.com/moov-io/imagecashletter/issues/100 for base64 decoding. As part of this change we'd accept bae64'd data in the form boundary as well.

Not off hand. What I wrote before was handed to me over slack IIRC.

@SaraAdineh Thanks for the update. Do you have the spec version handy?

@SaraAdineh There are multiple versions of ICL messages in the wild/production, so it's tricky to design a parser that supports all the options. If we're able to figure out what...

@sinh117801 (Apologies for the delay in a response) Should there be image view detail records? That error is coming from this block of code: https://github.com/moov-io/imagecashletter/blob/15de64022bc55f6005eed5ee21f4a7c35a244b20/writer.go#L239-L243

Go doesn't have warnings, but we can probably require camelCase. Go doesn't care when reading JSON, but some languages like javascript do. We support languages besides the web, but a...