Michael Wagner

Results 27 comments of Michael Wagner

This PR is very much related to this one: https://github.com/kubernetes/kops/pull/13861 Linking it here for reference.

Hey @mpictor, no surprise here. The AST/Parser is not yet done. There are still a lot of missing cases. I am sure it's the same reason for #53.

Hey, I will add some context info to the readme. Just to tell you up front, here are some details. This project is a great source of learning for me...

Well, this projects main purpose is not about swift parsing, but basically, to see if the MT940 is valid, you would do something like that: mt940Data := []byte("Some MT940 data")...

Hey, I am not sure if the errors can be caught. 9050 and 9800 suggest that the server just closed the dialog because of the mentioned error 9955. I think...

I just pushed this change to the branch `explicit-securityfn`. Maybe you can try it out?

In case you need a git tag: https://github.com/mitch000001/go-hbci/releases/tag/v0.1.3-beta1

Hey, sorry to come back to you that late. This looks good to me. Actually I would also propagate the product version down that way. And I would not use...

@pkern I reworked the library to be compliant to PSD2. Also, it contains a working product name now. Can you try it out? You can use https://github.com/mitch000001/go-hbci/releases/tag/v0.4.0-beta.1 to try or...

Hey, when I initially started the project I wasn't aware of the HTTPS mechanism of accessing the banks so I started to implement the flow with a card reader. I...