Roland Franssen :)
Roland Franssen :)
### Description Hi, I'd like to propose `$request->body->get()` (an `InputBag`) to provide uniform access to a structured request body payload, regardless of content-type. `$request->request` always looked weird to me, and...
Hi, See eg. https://github.com/mlocati/docker-php-extension-installer/pull/848 So we get transparent dependency updates in renovate PRs This could be handled in Dockerfile, or 'label on build' during workflow action, ~or rely on `docker/metadata-action`...
### Proposed change I noticed tag [0.2.0](https://github.com/nats-io/natscli/releases/tag/v0.2.0) is actually a preview one: ``` $ nats --version v0.2.0-preview.1 ``` Are there any plans to release 1.0.0? ### Use case semver integrations...
### Symfony version(s) affected 7.4.0 ### Description Hi, We're loading services using `resource: '../vendor/path/to/src'` This breaks in 7.4 for classes which implement an unknown (ie. optional) interface. ### How to...