Martin J. Laubach

Results 14 comments of Martin J. Laubach

> @mjl any updates on this? We're running into the same error No, I have the patch to make it work in my forked repo and submitted a pull request,...

Wow, thanks for the quick fix. Note however that the issue is not worth losing sleep on :-)

Heh, note that your test is wrong, it should end with '

I just stumbled over the same issue (on the checker side). The quick and dirty fix is to add "Slovenia2": "SI", to `base/countries.py`. However, this might be a bit of...

The even easier quick hack is to add ```python # Patch up MRZ module for special cases from mrz.base.countries import english english["Slovenia2"] = "SI" ``` to you application, that way...

> - Should some specific fields be repaired or could it be applied to > all mrz code? I guess it makes sense to apply it to all the fields...

@arg0s Don't worry, we all fall off the train sometimes when life happens. The feature is on my back burner too at this moment in time, but if anyone has...

Just as a reference, after some head scratching, here is a pure vue solution (no jquery needed) In the root component, give the scrolling element a `ref` property, and pass...

> t can't be run through the code a second time, as getFormFields returns an empty list. For reference, I just stumbled on the same issue. The problem is that...