Dean

Results 15 comments of Dean

This is what I came up with in the playground: https://phpstan.org/r/d7b05fe3-f7ef-410b-956d-bee2f2398c22 Not sure to follow yet on the assertType assertions, but I'll take a deeper look on that when I'll...

> This is a really rare edge case. You can instead convert the string to a number and manipulate it like a number instead of manipulating string like a number....

> You could use something designed to work with large numbers like GMP https://www.php.net/manual/en/book.gmp.php or BCMath https://www.php.net/manual/en/book.bc.php. That's the whole point. We do use bcmath, a lot. And we do...

Implemented with 45765072257a0ba65e265de4316ffed9a9feb325

@Dimillian @Quarle I think this issue should be closed now :)

Sadly, this might be incompatible with: - https://github.com/lexik/LexikJWTAuthenticationBundle/pull/1155 - https://github.com/lexik/LexikJWTAuthenticationBundle/pull/1157 Therefore, I do think the dependency should be flexible in the source, and we could use the one we prefer...

As discussed at SymfonyCon, I implemented the workaround of using a Provider that throws an NotFoundHttpException itself. I post it here so that any other folk impacted by this can...

> This is cool!! I think I'm not going to implement it just yet, because I don't want to use a package for this, at the moment, but it's really...

Hi! Thanks for your proposal! The problem with binding is that it implies that you can input manually from the outside. But that's not true. Setting isLoading outside of the...