Christian Schulz

Results 72 comments of Christian Schulz
trafficstars

Am I right we are talking here about an user registration with UniqueEntity? Perhaps using an existing UserBundle like FOSUserBundle?

Yes it is, I will write later a complete answer, what issue you are encountering and how you can get around it.

Okay, so lets go ... The point why the validation doesn't work is FOSUserBundle stores username and email twice in DB (**username** and **username_canonical**; same for **email** and **email_canonical**). The...

I will do it the next days. I am surprised that it seems to be such a minor change, nevertheless good work @kick-the-bucket .

I think an Angular form would be good enough.

If you get a notifcation about the autoslay, you can guess that the slayed person is probably innocent.

I am not sure if I can match all your arguments with the call I have found in the jest preset: ``` esbuild.transformSync(fileContent, { loader: 'js', format: 'cjs', target: 'es2016',...

We are using it in conjuction with jest-resolve. I was expecting jest-resolve will detect the correct order of the dependencies and will transform first lodash-es before trying to transform /...

It could be possible related to the @babel/core 7.8.9 and 7.8.10+ changes. Perhaps related https://github.com/babel/babel/issues/14899

It could be possible that this issue is related to a forgotten `emitDecoratorMetadata` in the tsconfig.spec.json and not related to angular or similar.