Alexander M. Turek
Alexander M. Turek
`StringType` is meant to be used on `VARCHAR` data coming from a database server. Since no DBMS supported by DBAL would return a `VARCHAR` as something other than a string,...
Previous discussions on extending/configuring the validator: #51439, #51507.
I think, you're mixing up two things here that we've kept separate for good reasons. The one is a validator that validates if a given string could be used as...
> That brings another question to light: why aren't passwords automatically hashed? Can you elaborate on that? > If they could be automatically hashed, then they could be automatically validated...
> I'm not trying to validate password strength on login. Good. Sorry if my question sounded stupid, but I had to make sure. 😓 > My main ask is for...
> I think you should make up your mind on how to treat functions not supported on all platforms Thank you for this piece of advice. However, I fail to...
First of all, thank you for bringing up this topic. Secondly: Naming things is hard. `DatePoint` is the class that the type maps to, so the name `DatePointType` is totally...
Thank you. I think, we should add this polyfill to the intl-grapheme polyfill as well.
Please target 3.3.x for new features.
> This will require the user to name their sequences seq_ or SEQ_ Do we create this sequence during auto-setup?