jhard

Results 13 issues of jhard

Previously, with ``` $entity = $entityManager->getRepository(\App\Entity\EntityClass::class)->find(1) ``` PhpStorm would know that $entity is an instance of EntityClass or null. Now it's being understood as EntityClass|mixed|null|object which leads the undefined method...

Say I have the following Service + Repository (the MyEntityRepository is annotated as the RepositoryClass in the Entity) ``` class MyEntityRepository extends ServiceEntityRepository { public function __construct(ManagerRegistry $registry) { parent::__construct($registry,...

Btw, https://simple-history.com/ is showing some deprecation warnings. **Describe the bug** Ajax Call to `/wp-admin/admin-ajax.php?action=simple_history_api&type=overview&format=html&posts_per_page=5&paged=1&dates=lastdays%3A30` produces an E_WARNING in simple-history/loggers/SimpleMediaLogger.php:116 `Undefined array key "attachment_parent_title"` The stack trace inside simple-history is ```...

bug
media logger

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Ultimate) 2021.5 | | Language level | PHP 8.1 | Current behaviour -- Calling...

When terminator is maximized (also in fullscreen-mode), I cannot start selecting lines when the mouse cursor is at the left screen edge. Moving into the window by the tiniest amount...

E_WARNING in /var/www/public/wp-content/plugins/tablepress/libraries/freemius/includes/class-freemius.php:14598 Undefined array key 1 If an ajax request is being made and the endpoint URL is not inside wp-admin, freemius triggers a warning because it's trying to...

`Caught an error E_WARNING in wp-content/plugins/tablepress/libraries/freemius/includes/class-freemius.php:14526 Undefined array key 1` ``` 14518 if ( is_network_admin() ) { 14519 preg_match( '#/wp-admin/network/?(.*?)$#i', $_SERVER['PHP_SELF'], $self_matches ); 14520 } else if ( is_user_admin() )...

It is an edge case and the first time I've seen/noticed it so I don't expect a fix, and it's probably out of scope for this tool, but since I...

I used this list to map Cloudflare datacenters and found a few airports that were not yet included. I did not manage to locate an ICAO code for all of...

I've been testing with Safari 7.0 (9537.71), and it hardly works. I have to basically move the mouse out of the page container towards the top multiple times to get...