Pavel Gabriel

Results 51 comments of Pavel Gabriel

@vtolstov it you have a chance to make a draft/proposal for this that would be really helpful. We can add validation to each field (Numeric, String, Datetime, etc.) or we...

You can define spec inside your projects and then you get: ```go package main import ( "github.com/moov-io/iso8583" "github.com/yourorg/project" ) func main() { isoMesssage := iso8583.NewMessage(project.Spec) // do something with the...

@veektorh thanks for submitting the issue. Can you show what it's in the `buf`? If it's ASCII you can `fmt.Println(string(buf))` Also, what is the length of the message (`header.Lenght()`)?

Can you please also check for the error from `message.Unpack(buf)`?

@veektorh, were you able to solve your issue? Do you still need any help? Can I close the ticket?

Hey, @c-nv-s! thanks for your question. Currently, it's not implemented, but I can add it. Do you use Vaulty or plan to use it in production? It would be great...

Adam, I think that it would be better if we keep both ways to configure our application. Reading config variables from environment makes it super easy to run service in...

If you can share more details about the specification, then we can work together to implement the header as you mentioned. We can do it privately. Please, find me in...

@emacampolo Great that you were able to make it work! Here is a slightly modified version using a composite field. It lets you get the same result without iterating over...

@emacampolo if you think we are done with the issue, feel free to close it :D