Vincent Guyard

Results 10 comments of Vincent Guyard

Same problem here, any solution?

"false" is true ... In my opinion, this should not be casted, correct type or transform annotation should be used. @Transform(({ obj }) => { return [true, 'enabled', 'true'].indexOf(obj.isAnnotate) >...

Why is this closed? Even on the cropit demo page the problem persist.

Thank you so much @carlisliu, I had the same problem with TypeORM 👍

Yes, we need this.

I have updated a forked version to Swift 3, it compile, I still dont know if it works, you could try ;) https://github.com/skrosoft/EurekaSwiftValidatorComponents/

I have this bug too, with OneToOne relation to another table

Hello! I have the exact same problem, can I help with something to accelerate this approval workflow?

@damien-thiesson I have found a solution with no development required ```yml entity: EmailTemplate items: welcome: subject: "Welcome {}" ``` Using EJS templating you can combine variable without disabling FakerJS.