Rafał Miłecki

Results 16 issues of Rafał Miłecki

### PHP Version 8.0 ### CodeIgniter4 Version 4.1.9 ### CodeIgniter4 Installation Method Manual (zip or tar.gz) ### Which operating systems have you tested for this bug? Linux ### Which server...

bug
database

It seems parser-lib is unaware of `background-position-x` and `background-position-y` which results in a warning: > Unknown property 'background-position-x'. Properties should be known (listed in CSS3 specification) or be a vendor-prefixed...

Not in latest official spec

``` TUTORIAL: Document suggested common field names This should help standardize templates a bit. Signed-off-by: Rafał Miłecki ``` ``` TUTORIAL: Move regex info to the "Parser regex" section It's where...

It's not compatible with `ash` because of using some bash-specific syntax.

``` So far "first_line", "line" and "last_line" could contain a single RegEx only. Some invoices have lines that use more than one format. To simplify parsin them allow all 3...

``` A single QualityHosting invoice position spans across multiple lines. For that reason it uses a very generic RegEx for middle lines: line: '^\s+(?P.+)$' That doesn't work well with multi-page...

``` So far lines parser was looking for only 1 block defined by "start" and "end" RegEx-es. Some invoices may have lines of the same set in muliple blocks. They...

``` Before this change --filename-format accepted string with up to three variables only ("date", "invoice_number" and "desc"). It also couldn't deal with "date" being a list of dates. This change...

``` templates: pl: add templates for InsERT's software issued invoices InsERT is one of the most popular Polish accounting software company. They have two very common softwares: 1. Subiekt nexo...