Pavel Gabriel

Results 52 comments of Pavel Gabriel
trafficstars

@anthonybastidas49 without any examples that demo the problem it's really hard for us to fix the issue :( Can you give us an example where calculation does not work?

we can get back to it when we have more context

@anthonybastidas49 if this issue is still relevant, let discuss it in Moov's slack channel [#iso8583](https://moov-io.slack.com/archives/C014UT7C3ST). We can't fix the issue without more information. You can use different encodings for prefixes....

I hope that it was resolved by #193 if no, we can re-open the issue

As far as I see, the issue here is that we support max 3 bitmaps in the message. Am I right that in your message @evofr20, you have more than...

@evofr20, were you able to solve your issue? if so, what was the solution?

I see that in the `Prefixer` we have `Inspect() string` method. In the `Padder` we have `Inspect() []byte`. It seems like a good idea to unify them all (fix returning...

For the issue, you can follow the same approach as we use in specs.Builder here: https://github.com/moov-io/iso8583/blob/1e9be380ac9a583f5faf64516783cbc3f146df69/specs/builder.go#L319 ```go func exportEnc(enc encoding.Encoder) (string, error) { // set encoding encType := reflect.TypeOf(enc).Elem().Name() if...

just an update after our conversation for someone who may find this issue. The issue here is that amount of data read from the connection is not enough to decode...

Sorry for the delay. I hope to review and merge it this/next week @mfdeveloper508 @wadearnold