-
## đź“š Description
You can run infection to realize that the score is far away from 100% which is the desired state.
```bash
composer infection
```
> What is Mutation Testing? https://infec…
-
Following readme I ran `composer run:dev` and get following notice on top of page:
```[2024-08-18T14:39:20+00:00] Error Unknown(4437) found! message: "Since gacela-project/gacela 1.8: `Gacela\Frame…
-
| Q | A |
|---------------------|-----------------|
| Phel version | 0.15 |
| PHP version | 8.2.21 |
#### Summary
When you…
-
@Chemaclass
To confirm the operation of `phel-pdo`, I used `smeghead/phel-old-scool-guestbook` to check.
When I updated `phel-lang` and `phel-pdo`, the following error occurred.
````
Phel\C…
-
Currently, if we set psalm level 1 we get lot of these errors:
```php
ERROR: MixedReturnStatement - src/php/Run/RunFactory.php:97:16 - Could not infer a return type
return $this->getProvidedDepende…
-
Add documentation for the internal gacela event-listener system.
-
This is the current output of the command `gacela list:modules`.
It would be nice to display not only ´facades´ but also the other Gacela files.
If a file doesn´t exist, it could display a string …
-
## đź“š Context
I am developing in my MacOS PHP version, and I wanted to ensure that Gacela works fine in Windows PHP versions as well. So, I added them to the CI and to my surprise, we got an opportu…
-
This questions freeze my mind
What is the official way in this package to have a communication between modules
and to communicate you must have a single point to access, in the modular world we cou…
-
Should we support handlers being classes as well as functions? This would allow developers to encapsulate error handling or even group them by modules.
Handlers would end up being similar to contro…