Kevin Pfeifer
Kevin Pfeifer
In `src/JsonMapperHelper.php in JiraCloud\JsonMapperHelper::setUndefinedProperty` at line 25 https://github.com/lesstif/php-JiraCloud-RESTAPI/blob/main/src/JsonMapperHelper.php#L25 which is called indirectly by e.g. `ComponentService->create($component)` The main source is this: https://github.com/lesstif/php-JiraCloud-RESTAPI/blob/main/src/JiraClient.php#L77
### Describe the Bug After a `composer install` command it shows the following warnings: ``` Class Activity\WebhookCallTest located in ./tests/Activity/WebhookCallTest.php does not comply with psr-4 autoloading standard (rule: Tests\ =>...
### Description As just discussed in Slack/Discord there is no proper/official place to setup global event listeners which are also testable out of the box. Why? Bootstrapping is done for...
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 5.1.0-RC1 * Migrations plugin version: 4.3.1 * PHP Version: 8.3.8...
This is a (multiple allowed): * [ ] bug * [x] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 5.1.0-RC1 * Migrations plugin version: 4.3.1 * PHP Version: PHP...
https://github.com/NoiseByNorthwest/php-spx is our preferred way of doing local profiling. It would be awesome if this - also awesome - package would add support for that extension 😁
It would be nice if the TwoFactorMiddleware would allow string only verify urls as well like this: ``` 'OneTimePasswordAuthenticator' => [ 'login' => true, 'verifyAction' => '/verify', ], ``` Currently,...
### Summary It would be nice if the default generated charts also look nice in dark mode. Some of us use system wide dark mode. ### Proposal Adjust text colors...
### Description Just like https://github.com/cakephp/cakephp/issues/17375 we should also get rid of all the `_` prefixes in our method names. There are quite a few:  After this is done rector...
### Self-Hosted Version 24.8.0 ### CPU Architecture x86_64 ### Docker Version 27.2.1 ### Docker Compose Version 2.29.2 ### Steps to Reproduce Can't really tell how to reproduce, since it just...