Results 392 comments of Chris Brown

> i think following that code should be something like: Yes, you're right. Good catch. Thanks. I should probably actually go refactor all those legacy functions to no longer use...

I'm opting for: `$this->EOF = empty($this->data);` for accuracy.

I did some refactoring to functions_products.php and shopping_cart.php class, to avoid using the deprecated syntax that relied on queryFactory results that were used before centralizing these queries into the Product...

`Server-side`. In the list of 4 Project Access Tokens that's the `post_server_item` token.

Can you post the actual memory error? And your PHP-FPM `memory_limit` configuration setting value. Sometimes developers have very high memory limits in dev environment but too low limits in their...

Peculiar. How many records are in these tables? `model_has_roles` `model_has_permissions` `role_has_permissions` `roles` `permissions`

I agree with your point. It may be a breaking change for many though. So may have to hold off on this for awhile.

Added `BackedEnum` in https://github.com/spatie/laravel-permission/commit/59b966fbb201c8dfc97dda31547c90a175f75b02

I would expect that calling `->assignRole()` would clear any associated cached relations (It does when I use Tinker). Checking for a permission will load the permissions relation on the model,...