dpi

Results 67 issues of dpi

Can I ask why something like [DER](https://www.drupal.org/project/dynamic_entity_reference) isn't used in OG as a subtitute for the etid/entity_type base fields?

Drupal 8

Lets add an extension to dynamically detect the return type for `\Drupal\Core\Entity\EntityRepositoryInterface::loadEntityByUuid` We already have `entityMapping` in phpstan.neon, I think the 'class' property from these can be safely reused for...

enhancement

### Clear and concise description of the problem I'd like to be able to use `useSortable` with multiple lists, and be able to move items to and from lists with...

enhancement

## Description - interface updates: new methods, adds a variety of methods to the interface that have been added since the interface was introduced. - Removed documentation from `Pusher` class....

wontfix

I like to use named arguments with `\json_decode()`, particularly with the `associative` argument. e.g. `\json_decode($json, associative: true);` Switching to use `thecodingmachine/safe` currently necessitates switching `associative` to `assoc`. This slows down...

Conditionally opt into customising Guzzle client, specifically allowing configurations to opt out of SSL certificate validation per https://docs.guzzlephp.org/en/stable/request-options.html#verify For example when running Soketi with SSL, it seems to force it...

Recommend [consolidation/cgr](https://github.com/consolidation/cgr) when it has a PHP 8 compatible release: consolidation/cgr#40 It works right now but requires use of ignore platform reqs during require and subsequent updates.

Blocked on [PHP-CS-FIXER](https://github.com/FriendsOfPHP/PHP-CS-Fixer) adding support.

Currently the command only interacts with local checkouts branches (issue versions), and this could lead to incorrectly built branches.

Address failures for PHPStan level 9.