Roland Franssen :)

Results 47 comments of Roland Franssen :)

would this already be achievable using either the `ParameterBagInterface` or `ContainerBagInterface`?

IMHO the way forward would be `$this->parameterBag->get('env(csv:APP_FOO)')` which currently only works using a hack like ```yaml parameters: env(csv:APP_FOO): '%env(csv:APP_FOO)%' ``` making it work out-of-the-box would be more elegant though.

we could deprecate getInt() still :} maybe put the methods on InputBag, where it's defacto safe to cast.

Related to #43164? > Draw back is, the signature of the method place is now place(mixed $value = []): self|\Symfony\Config\Framework\Workflows\WorkflowsConfig\PlaceConfig Is it an issue? IMHO it's a step back yes....

https://github.com/symfony/symfony/discussions/42388 https://github.com/symfony/symfony/discussions/42624 > do not longer require the symfony/yaml package sounds noble :+1: ideally i'd like to see eg. flex handle the conversion on-the-fly/on-demand

we experience breakage between `6.2.3` and `6.2.6` found this issue :) Solr 7, our logs are screaming 400 bad request: ``` Remote error message: Unable to index docs with children:...

we've fixed the version to 6.2.3 for now, feel free to close this url is in our git log :)

would be super nice if we can use `IteratorAssembler` for a specific property :sweat_smile: or perhaps be able to specify array properties, and generate the getters accordingly.

to clarify, TS is super explicit here :) `T extends String` vs `T extends String = String` vs `T = String` vs `T`