Kevin Papst

Results 83 issues of Kevin Papst

Hi @LiaraAlis Twig is deprecating the `attribute()` function, see: https://github.com/twigphp/Twig/blob/3.x/doc/deprecated.rst You are using it in your DIN5008 template: https://github.com/kimai/invoice-templates/blob/main/din5008-invoice/din5008-invoice.pdf.twig#L321 Maybe it can simply be replaced with array syntax? ``` {{...

enhancement

### What happened? The API only returns the first 10 results, see https://docs.lemonsqueezy.com/api#pagination Instead the API `Product::getAllProducts()` should return a `ProductPage extends PaginatedResult`. Where `PaginatedResult` is an abstract class with...

enhancement

### Describe the bug Simple datepicker works: https://preview.tabler.io/form-elements.html But using the same picker with date-range mode has invalid colors: ### Solution My workaround for now is: ```css [data-bs-theme=dark] { .litepicker...

bug

## Description A clear and concise description of what this pull request adds or changes. ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue)...

### Describe the problem https://github.com/symfony/webpack-encore/releases/tag/v5.0.0

technical debt

## Description Fixes #5021 This needs a review from Docker users! ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...

help wanted
docker
waiting for feedback

## Description - Global pagination support for API collection calls - BC break in Customer, Project, Activity, User - **TODO** - search for all calls to these methods (e.g. API...

API

I promise this is one of the last 5 issues I open 😁 You have that code in place inside `convert_posts` which removes certain frontmatter variables. I am using Jekyll...

I have a strange issue that I cannot reproduce in CI: PHPStan execution does not end locally, it gets stuck at a certain code point (see example below) and runs...

Expected: PHPStand understands that such a definition is valid and that $id is set to `int` by Doctrine. Actual: > Property HelloWorld::$id (int|null) is never assigned int so it can...