Yanick Witschi

Results 315 comments of Yanick Witschi

Don't we usually know the top level type already? In most cases for me that looks either like that: ``` /** * @var Entity * * @ORM\Column(type="json_document") */ private $entity;...

Did you check the FAQ? https://github.com/dunglas/doctrine-json-odm#faq

Okay. So if you're using xdebug you should see if the datetime normalizer is called, right?

There is, PSR-18 is the way to go here๐Ÿ‘Œ๐Ÿป

This looks exactly like what I need and it looks ready to be merged to me?

Meh, maybe I should've created a PR with a `This project is deprecated, try humbug/box instead.` message ๐Ÿ˜„ Didn't know about that one! Thanks!

CAN WE MAKE THAT RED AND BIG PLEASE? ๐Ÿ˜„ Merci Thรฉo ๐Ÿ‘

I think the InsertTag should throw an exception like `AmbigousArticleAliasException` or whatever in that case. Otherwise things will go wrong silently. I don't use aliases in InsertTags either but I...

In that case, I'd choose an exception over magic any day.

Yeah, but they are not suddenly thrown? Only when you have two articles with the same alias? So you see it when you add the InsertTag? The exception can say...