DCoderLT

Results 7 issues of DCoderLT

When handling an empty response, at [reqwest.js#324](https://github.com/ded/reqwest/blob/22da21c5de609d5b75ee21eb4484bce42c474973/src/reqwest.js#L324), the entire `if()` that transforms `resp` from the XHR object to the parsed response content is skipped due to `r` being empty, and...

As the title says, if the images in a tweet contain alt-text, this change will try to record it as part of the image’s EXIF data (using https://github.com/hMatoba/piexifjs ). It...

The PHP documentation says that `__set` and `__unset` should return `void`, that their return values are ignored, and suggests these signatures: ```php public __set(string $name, mixed $value): void public __unset(string...

This PR starts to add support for PHPStorm’s metadata files. It only supports a few basic directives for resolving method/function return types, but of course support for other directives can...

Hi, this code fragment triggers a “Could not analyse QueryBuilder with dynamic arguments” error. ``` $builder = $entityManager->createQueryBuilder(); $builder->from(MyEntity::class, 'rr'); $builder->addSelect('rr'); $builder->leftJoin('rr.user', 'user'); $builder->addSelect('user'); $builder->leftJoin('user.role', 'r'); $builder->addSelect('r'); // Error here:...

### Symfony version(s) affected 6.3 ### Description When the console command `lint:container` is invoked in debug mode, it recompiles the container with many compiler passes removed, including `ResolveTaggedIteratorArgumentPass` and `ServiceLocatorTagPass`....

DependencyInjection
Bug
Status: Needs Review

### PHP Version 8.2 ### Shopware Version 6.5.0.0 ### Expected behaviour When I use `TestBoostrapper` and force a Shopware reinstall, the system should not execute any code from plugins before...

Bug
Platform(Default)