Kevin Pfeifer

Results 52 issues of Kevin Pfeifer

This is the first prototype to add a enum DB type. PHP 8.1 added general support for enums and for this example we are looking at the backed enums which...

### Describe the bug The database table overview doesn't order the entries correctly when ordering by row count ### To Reproduce Steps to reproduce the behavior: 1. Add tables which...

bug
good first issue

I was not able to find a documentation which explains the difference between `Inc.` and `Exc.` This run was generated without profiling internal PHP methods, therefore it can't really be...

I know this Library states, that V3 is not yet fully supported but it would be awesome if we could support this endpoint: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options/#api-rest-api-3-field-fieldid-context-contextid-option-put Especially since self-hosted (old) JIRA instances...

since the PHP 8.0 issues have been resolved can we please do a new release tagging the latest version so we can properly download it via composer?

Currently we have a mix of CSS classes present inside our Debugger: `.cake-debug` and `.cake-dbg` This PR cleans this up so that we always use `.cake-debug` because its clearer. I...

cleanup

### Self-Hosted Version 22.8.0 ### CPU Architecture x86_64 ### Docker Version 20.10.18, build b40c2f6 ### Docker Compose Version 2.7.0 ### Steps to Reproduce 1. Get an instance running with a...

Type: Support Request

For some reason the `bin/cake annotate all` command doesn't seem to generate controller annotations for the `paginate()` method on all controllers. I only seem to get them on controllers which...

enhancement

## Version 3.2.1 ## Development Environment Chrome 107.0.5304.110 MacOS 13.0.1 ## Current Behavior Currently a collapsible section looks like this ````md Click me ### Heading 1. Foo 2. Bar *...

Enhancement
Need Discussion

I get the following error on psalm level 3 ``` Constructor Eluceo\iCal\Domain\ValueObject\PointInTime::__construct is internal to Eluceo but called from App\Controller\StandByEntriesController::myStandByIcal ``` see https://psalm.dev/175 when doing ``` new \Eluceo\iCal\Domain\ValueObject\SingleDay(new \Eluceo\iCal\Domain\ValueObject\Date($myDateObject)); ```...