Hans Mackowiak
Hans Mackowiak
i will try to get into the Debug Command, i just have no idea what would be the best way for a warning
is the planned changes also affect the Normalizer / Denormalizer part of the Serializer? when using Symfony HTTPClient, it already decodes the data for me into Array, so the Serializer...
@mtarld my problem there: I use the nomalizer part to read from an API And my custom normalizer turns references into Models Like for Products, `getProduct` might return this: ```...
> @Hanmac, I think that this is the way that denormalizers should not be used. > > Indeed, normalizers are meant to turn objects to array and vice versa, nothing...
in thinking about wxRuby3 i might even want to reignite rwx, there are even some mayor differences. like i'm still pretty sure that rwx has better memory management (and protects...
@phansys first i wanted to make an extra Issue about this, but then i thought i might comment it there too: when doing the DatetimeFormater, could you maybe add a...
a little bit tricky are symfony bundle that just glues non symfony modules optional onto the code like: `twig/extra-bundle` is a symfony bundle that can be fund using `config/bundles.php` but...
i noticed that this doesn't even help because `twig/extra-bundle` doesn't have the `twig/*-extra` libs as requirement (or suggestion) in composer.json maybe that's even another problem 🤔
is this a bug or a missing feature?
Interesting point out to the SourceIterator ... i especially find the DateTimeFormat interesting that maybe could be extended with DateTimeTimezone