Pavel Dubinin
Pavel Dubinin
seriously though?! Dropping support of php 7.4 - the most used php version currently is really weird.
Don't get me wrong, I value and appreciate all the work you're doing on this bundle and do not mean to offend you in any way. I support moving forward...
@sprain I already wrote about this here https://github.com/sprain/php-swiss-qr-bill/issues/29#issuecomment-943405048 I had a case where customerIdentificationNumber needed to be longer than 11 characters. Sure, I would prefer composition also if it was...
I also get odd results with transparent background: ``` .cls { background: transparent; background-position: 50% 0; } ``` results in: ``` .cls{background:0 0;background-position:50% 0} ```
The problem is that here I only set color, but position is changed instead. See better example why this is an issue below: ``` .cls1 { background: transparent; background-position: 50%...
yes, correct. This is what my whole point is about (it does not "merge" `background-position` with `background` correctly)
@jairolima I have same issue, did you solve it?
@lorenzozanotto Were you able to solve it? I am having the same issue.
I have the same problem, it seems to be only happening on Sandbox account and is also country-specific. It started to appear consistently (although not on every test) about a...