the dev

Results 45 issues of the dev

- Integrate with examples into code - Add documentation for usage

Psalm version: **5.24.0** Similar issues: * https://github.com/vimeo/psalm/issues/10350 * https://github.com/vimeo/psalm/issues/10895 * https://github.com/vimeo/psalm/issues/10708 I'm getting error, when running infection tests: ``` In ClassLikeStorageProvider.php line 45: Could not get class storage for buggregator\trap\traffic\message\multipart\...

## Issue Currently GitHub shows license type as "other" https://github.com/buggregator/server/blob/master/LICENSE ## What to change: GitHub supports BSD-4. To fix problem default file formatting should be applied to this file. https://github.com/github/choosealicense.com/blob/gh-pages/_licenses/bsd-4-clause.txt

documentation
c: easy

We should take it from here: * https://github.com/cycle/active-record/blob/master/.github/CONTRIBUTING.md * https://github.com/wayofdev/laravel-package-tpl/blob/master/.github/CONTRIBUTING.md

bug
documentation
for contributors

Currently this workflow https://github.com/buggregator/trap/actions/runs/9773787716/job/26980653857?pr=133 is failing, because when external contributor submits PR, default GITHUB_TOKEN does not have enough permissions to set default labels. Tasks: - [x] Create separate token for...

bug
maintenance

## Problem Here is composer documentation. https://getcomposer.org/doc/articles/troubleshooting.md#root-package-version-detection Also, if not set, when working with project locally, you will see this kind of error. ## Resolution As we have release-please action,...

bug

#### Description As we now have mutation testing with the Stryker dashboard, we can enhance our README.md file with several badges to showcase our project's quality metrics. #### Tasks 1....

documentation
maintenance

### Which jobs/test(s) are failing - https://github.com/wayofdev/docker-shared-services/blob/master/.github/workflows/e2e-macos.yml - https://github.com/wayofdev/docker-shared-services/blob/master/.github/workflows/e2e-ubuntu.yml ### Reason for failure/description These workflows try to run docker-compose project on host GitHub Runner, or in container, which also shares...

good first issue
help wanted
type: maintenance
type: bug

### Is your feature request related to a problem? Please describe. Currently, user has to install `mkcert` binary on his system. ### Describe the solution you'd like To automate setup...

good first issue
type: enhancement