Patrick Hesselberg
Patrick Hesselberg
I'm adding a custom button that has has the following callback: `this.editor.html.insert('test', true);` However, it seems like the attributes are changing up: `div class="fr-deletable fr-video" contenteditable="false" data-id="2" data-type="all-video" >test` Instead...
Hi there! You can now translate plugins/themes directly from translate.wordpress.org - in this case with Posts to Posts here: https://translate.wordpress.org/projects/wp-plugins/posts-to-posts/ As these has to be accepted by a validator/maintainer that's...
I'm not sure this is a feature suggesting for `atom-ide-ui` is `ide-php` but here goes: When referencing objects inside docblocks it would be benefiting to use hyperclick/goto to open that...
Hi! I've been using the old PHP packages and not had the time to update yet. However, every time I run composer update I get an abandoned message - which...
To reproduce: - Go to pages - In the admin columns click an author (to show the authors posts) - Then click "Sort by order" - The filter is now...
Using `--ci` can save you if you accidently add a `->only()` to one of your tests, which would prevent the whole testsuite from running. [See `Only` plugin](https://github.com/pestphp/pest/blob/853f6efce6bc86636f48a0e921a44ccee9a66cf3/src/Plugins/Only.php#L43-L45) I guess the...
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no This renames `$driver` to `$guard` to reflect what's in [TestCase](https://github.com/laravel/framework/blob/a57dca1b039b02fca8a517f6df40f757009d2b86/src/Illuminate/Foundation/Testing/Concerns/InteractsWithAuthentication.php#L16-L28)
Seeing this example: ``` $users = type($users)->as(Collection::class); ``` Really wants me to append an `->of(User::class)` to make sure a `Collection` is returned. This could be also be used for arrays:...
Right now it looks like it's only taking `phpstan.neon` into consideration when [reusing the configuration](https://github.com/TomasVotruba/phpstan-bodyscan?tab=readme-ov-file#how-does-it-work). It is possible if it could look at `phpstan.neon` first, and then `phpstan.neon.dist` if it...
Hi there, Not sure if this is a Stressless / Octane / FrankenPHP issue but here goes: It seems like when running stressless against the current project, it gives a...