Pavel Gabriel

Results 52 comments of Pavel Gabriel

Adding some more ideas so we can resume work on filtering data when we dump messages... I'm looking at it from two perspectives: 1. as a user of our Go...

btw, @adamdecaf what do you think about: instead of: ``` iso8583.Describe(os.Stdout, msg, iso8583.DefaultFieldFilters) ``` apply them by default? We may assume that, in most cases, the user will be safe...

Personally, I have to read about EMV and see why we can't use the composite fields we already have. Currenly, we have a `Message` and `CompositeField` and they already duplicate...

EMV related ticket https://github.com/moov-io/iso8583/issues/200

Thanks. I will check.

We discussed the issue with the @veektorh privately and it's not relevant anymore. Closing it.

@wadearnold we will keep a generic approach here to allow using the `Reader` interface instead of adding `CreateFromJsonFile(path)`.

closing this in favor of #208. We can get back to this PR if we decide to use parts of it when we receive a feedback from users

The main issue with this implementation is that we should manually set the bitmap size, while in some cases we may not know it. The current implementation automatically reads the...

I hope we will move `network` package into `iso8583-connection`. Closing this ticket as the issue was discussed and resolved.