Michael Anello
Michael Anello
Unless I'm not understanding something correctly, it appears that some of the code samples in doc/repo/contents.md are incorrect. For example, in the https://github.com/KnpLabs/php-github-api/blob/master/doc/repo/contents.md#get-information-about-a-repository-file-or-directory section, is `->contents()` necessary/correct? In fact, is...
I'm trying to work out how to get a list of open issues for a project using something like this: ``` $issues = $this->client->repositories() ->workspaces($workspace) ->issues($project) ->list($params); ``` But I...
I'm attempting to use Drupal 10.0.3 with Search API 4.2.10. I followed the instructions on the README, but after I set the number of shards to 3 and submit (while...
I've asked this on a couple of different social media sites without much response, so I figured I'd come straight to the source... When using the drupal-composer/drupal-project Composer template for...
I believe the order of arguments in the "contains" branch of the doEvaluate() method are backwards. This swaps them around.
There's a couple of PHP Notices that should be fixed. When sending a notification of a clear_cache event, there is no $test defined. The `$secrets['slack_channel']` variable appears to be unused,...
When using `@FormElement` to autocomplete form elements, the `entity_autocomplete` element is missing. The scraper needs to add `/core/lib/Drupal/Core/Entity/Element/` to include it. thanks, -mike
It would be swell if this extension also provided a _Run tests_ link in the phpunit.xml file for defined groups. For example, with this in the phpunit.xml file: ``` earmuffs...
When a file begins with `{#`, the "Format document" command in VSCode doesn't work. If I add an HTML element on the first line, before the twig comment, then all...