Marek Štípek
Marek Štípek
@rquadling I've actually noticed it when I needed loose comparison :-). I know loose comparison is not as usual but if both `inArray` and `choice` do exactly the same then...
Thanks fo reporting but I don't have the build environment anymore as well as I don't use 5.5 and IIS so I won't try to test/rebuild it.
A little bit of OT :) @jbaron "BTW, would love support for the yield keyword within TypeScript as the examples on the page you provide show." Yeah!. Me too. There...
I've just retested it using official PHP 7.4.19 (previously I tested it using official PHP 7.4.13). Both TS versions with all extensions but imagick disabled. Still the same result -...
Hmm.. I'm sorry. Actually the 404 is a better behavior than the flash message. So just translating it should be enough. There are two messages: - `The user with confirmation...
Yes. I am aware of this. ``` {% set translatedMessage = exception.message|trans({}, 'exceptions') %} {{ message == translatedMessage ? status_text|trans({}, 'exceptions') : translatedMessage }} ``` Even it's far from a...
BTW OFC I'd made a PR if we aggreed it should be solved with an acceptable solution. first solution: using new exception class(es) - either NonExistentTokenException/NonExistentUserTokenException/TokenNotFoundException/UserTokenNotFoundException with 2 codes like...