Pedro Resende
Pedro Resende
@Xeyos88 this is related with https://github.com/BorisMorel/LdapBundle/pull/165
@mrhota Any news on this ?
https://github.com/vuelidate/vuelidate/pull/553
@DharunManivel while this bug isn't fixed, you can create a [custom](https://vuelidate.netlify.com/#sub-regex-based-validator) validator for it. ```js import { helpers } from 'vuelidate/lib/validators' const emailSpecial = helpers.regex('emailSpecial',/^(^$|^(([^()[\]\\.,;:\s@"]+(\.[^()[\]\\.,;:\s@"]+)*)|(".+"))*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9})$/); ```
Any idea when will this be fixed, since this won't work with Symfony 4
By the way Symfony started injecting services into [classes](http://symfony.com/doc/current/service_container/injection_types.html), previously it used the container service using ```$this->container->get('service_name')``` now if you need a service, you are supposed to inject it by...
Any news about this ?
@lsmith77 @GuilhemN I wonder if you could help me out and give me some feedback if this is really a but or a problem between the chair and the keyboard...
any news about this ?
Any news about this ?