Massimiliano Arione

Results 255 comments of Massimiliano Arione

@Noido is it OK for you?

You need to leftjoin (and to select). Anyway, I'm afraid that this unrelated to pagination

Anyway, you would get the very same problem with a normal list, without pagination. That's why I said that problem is unrelated

Here is my configuration, it could be useful: ``` Current configuration for extension with alias "lexik_jwt_authentication" ========================================================================= lexik_jwt_authentication: secret_key: /var/www/symfony/config/jwt/private.pem public_key: /var/www/symfony/config/jwt/public.pem pass_phrase: '%env(JWT_PASSPHRASE)%' private_key_path: null public_key_path: null token_ttl: 3600...

@Amunak feel free to open a Pull Request

I agree, but I think it doesn't make much sense to drop unsupported version in the bundle if they're still supported in the main library. Do you mind opening a...

@kopeckyales can you resolve conflicts?

Can you provide some examples of how you're using second level cache without paginator? And maybe some examples of how you think you can use it with paginator

Can you check the query that retrieves your results? With paginator, it should be the same as without it, except for the limits. If so, can you try to add...