Alexandre Parent
Alexandre Parent
| Q | A | ------------ | --- | Branch? | 6.2 | Bug fix? | no | Tickets | #47060 | License | MIT A static method can be...
### Description A static method can be used to carry complex configuration payload for DI. A static method can be used to generate a Closure that can be hooked in...
Allow a wing with an animation to have multiple wing model.
Would it be possible to support grid fin? I unfortunately don't have the knowledge to implement it by myself.
Are FARControllableSurface and FARWingAerodynamicModel still needed for wings and control surface to work properly? If so, would it be possible to explain how values are to be calculated? I think...
### Symfony version(s) affected All ### Description `MessageDecodingFailedException` should not delete a message from the queue. ``` try { $envelope = $this->serializer->decode([ 'body' => $sqsEnvelope['body'], 'headers' => $sqsEnvelope['headers'], ]); }...
On MySQL, a exception caused by error [3572 `ER_LOCK_NOWAIT`](https://dev.mysql.com/doc/mysql-errors/8.0/en/server-error-reference.html#error_er_lock_nowait) should be a `LockWaitTimeoutException`.
https://psalm.dev/r/346857a814
Using `action` as a node identity for `hold`, `repeat` and `multitap` would allow overwriting them. For example, changing dodge settings through input loader.
Variadic and named arguments allow forwarding arguments to another function adding default values. Pure named arguments do not support leaving out arguments from the defaults or anything like that. https://psalm.dev/r/8fe49d73bf...