bbprojectnet

Results 16 issues of bbprojectnet

In other words, diff should respect content of `.gitignore` files across compared folders. This would greatly increase the readability of the comparison of two repositories when there will be no...

Hi, I have weird case, i have simple `polls` with hasMany `questions` resources. Questions resource also have self reference for parent question (`enabledIfQuestion`). When i try to `GET /api/polls/{id}?include=questions,questions.enabledIfQuestion` everything...

According to README: ![obraz](https://github.com/fedeisas/laravel-mail-css-inliner/assets/1136309/01797013-b5b2-4340-bf79-ed80ba47d210) it's not true. I have some `@media` in my mail css, which is skipped due this bug.

Feedback needed

Any plans about releasing PHP 8.2 compatible version? (Windows DLL) 😊

### Cashier Stripe Version 15.2 ### Laravel Version 11 ### PHP Version 8.3.7 ### Database Driver & Version PostgreSQL 16 ### Description As described in the method invoice() of subscription:...

needs more info

PHPStan annotations (or any other description) for models are dropped, for example: ```php /** * Some class. * * @implements \App\Contracts\Models\SomeContract * * @property int $id * [...] ``` after:...

bug