Ilia Peterov

Results 6 comments of Ilia Peterov

I have this issue as well and I brought a reproducible example: ```python3 import zpl l = zpl.Label(42, 24) l.origin(1, 10) l.barcode('C', '111111111111') l.endorigin() l.dumpZPL() Out[22]: '^XA^FO12,120^B{barcode_type}{orientation},{height:d},{print_interpretation_line},N,N,N^FD111111111111^FS^XZ' ``` I guess...

Hey @cod3monk! Do you mind if I make a pull request to fix this particular bug, but also add a PR with some tests and GitHub-based CI?

Huh, cool, GameGrime fixed the bug already 👍 Still, would you be open to some tests + CI setup?

Sorry @tippexs, I missed the notification. I'm using python+Django as my backend, so I don't have access to auto-prepend-file. Thanks for the suggestion, I'll look into the alternatives.

@txigreman I definitely see your point. But consider this situation - I misconfigured the access credentials to my database in my ECS task definition. The new containers are failing on...

@txigreman This is probably off-topic for this issue, but I'm really interested in your perspective 😅 In my limited understanding, the things you mentioned don't really solve this problem: 1....