Beno!t POLASZEK
Beno!t POLASZEK
What version of this library are you using?
I was speaking about `bentools/etl` actually 🙂
> Anybody? I just updated Laravel and this warning shows up on every php artisan command. What version of `bentools/etl` are you using?
I know this bug is sort of specific (although using Ulid as objects is the [Symfony recommended way](https://symfony.com/doc/current/components/uid.html#storing-ulids-in-databases) to use them), and I'm not necessarily asking you to fix it,...
Hey @soyuka, no worries for the delay. I think it is api-platform specific since just removing the `#[ApiResource]` attribute [here](https://github.com/bpolaszek/ulid-denormalization-bug/blob/main/src/Entity/Book.php#L12) allows the id to be properly denormalized (you can try...
Oh, yes indeed. I didn't notice there was such a difference. My use case is to wait until an `undefined` ref becomes an array (which is fine to be empty)....
I personally often change class namespaces to better organize code, leading to thorny migrations, so that change would be very welcome! I +1 👍
I don't think it's a long-term solution, but it's up to you!
Hey @alanpoulain, thanks for your review. +1 for GraphQL, maybe between _The Admin Component_ and _Testing_ ?
**Regarding Docker:** > You're right when the user wants to try it, in a workshop or to show it, but when someone or a company wants to really use it...