Alejandro Celaya

Results 108 issues of Alejandro Celaya

Structure as single/landing page - Introduction - Timeline - Projects

enhancement

https://github.com/acelaya/blog.alejandrocelaya.com/issues/52 - [ ] Get new template

enhancement

With the recent approval of native enums landing in PHP 8.1, I have been thinking how does that affect to this library, and I see these possible scenarios. #### Doctrine...

Closes #1339

* For mezzio: https://github.com/bcremer/roadrunner-mezzio-integration * Docs: https://roadrunner.dev/docs * Tasks: https://roadrunner.dev/docs/beep-beep-jobs

experimental

Currently, all config options objects extend Laminas' AbstractOptions, which requires a setter to hydrate the properties, and therefore, a getter to ensure readonly access. Find a way to hydrate objects...

tech-debt

API tests depend on the global app config to pass, which means it's also not possible to test different config combinations. Add this, so that a test can load some...

enhancement

In order to start the code coverage, we can use the symfony COMMAND event, which runs before any command is executed. The `$application->setDispatcher()` method expects an instance of a symfony...

enhancement
tech-debt

The class has become too big. Maybe encapsulating the logic in custom repositories that get the regular one injected would allow to split the logic.

tech-debt