Bilge
Bilge
### Symfony version(s) affected 5.4.2 ### Description After queuing an email using the [documented method](https://symfony.com/doc/5.4/messenger.html#transports-async-queued-messages) of routing `SendEmailMessage` to a beanstalkd transport, if the worker encounters an exception whilst being...
| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) | | Language level | PHP 8.1 Current behaviour -- Original code: ```php...
| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) 4.0.7.1 | | Language level | PHP 8.1 | Current behaviour -- ```php...
| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) 4.0.7.1 | | Language level | PHP 8.1 | ```php // OK \json_decode($json,...
`search()` only finds the item you're searching for in the values of the iterable. e.g. `search('foo', it)` can only find `'foo'`, or nothing. If we want to know the key...
**Shuffle version** v6.1.0 **Describe the bug** Shuffle sometimes _forgets_ sort order when changing filters. **Reproduction link** One day **To Reproduce** Try it here: https://club.steam250.com/tags#AJMAAQI **Expected behavior** Do not forget. **Screenshots**...
`composer-lock-diff` >The system cannot find the path specified. The system cannot find the path specified. 'git --version' exited with non-zero code '1' 'svn --version' exited with non-zero code '1' No...
If a run fails, the driver leaves dangling processes around indefinitely.  There is a high propensity for failure since, in a related issue I am yet to file, sometimes...
### Describe the problem We can target the root element when it's the only element of that tag. ```svelte div { color: red; } // Targets root element. ``` However,...
If one wishes to only use the PHPUnit 10 printer, it is unclear how to do this, since there is no extension to bootstrap.