Ilia Peterov
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....
I'm having the same issue when importing fonts. The problem is that the urls that Vite generates don't have a host, and the browser tries to get them from the...
https://discord.com/channels/430111136822722590/555370550894264330/1186294197125402644
Just wrote a few Playwright tests just to realize they don't pass in CI because of this 😁 I'm running my tests with a dev build locally to make it...
I also encountered this issue - in my case it was causing cryptic scroll jumps. I have multiple editors in one page (they are a part of an infinite scroller),...