Stephan
Stephan
Definitely agree with that and I fully support the feature. I just had a feeling that moving away from adding polyfills by default might result in support requests where people...
Code syntax highlighting currently only works for GitHub repositories. For GitHub repositories, Packagist uses the GitHub API to fetch the rendered HTML of a readme file. For all other repositories...
I don't know, but I would assume that the GitHub API call is convenient, covers >95% of installed packages without the need for an additional dependency. So far the lack...
Having this as separate config options sounds like a good idea! Applied this already. Blocking on install doesn't work yet as the repository list during the composer install command currently...
The main benefits are: * support for additional sources like GitHub advisories, Drupal out of the box without having to require additional packages as long as the advisories are exposed...
There already was `WATCH_Test::testFilterArgumentsAsSingleArray` which asserts that passing a list gets converted to the correct structure. Added a test that shows watching works both via `$redis1->watch('foo', 'bar')` and `$redis1->watch(['foo', 'bar'])`
@stof the first part is covered by the `repository_url` query param e.g. ``` pkg:docker/customer/dockerimage@sha256:244fd47e07d1004f0aed9c?repository_url=gcr.io ``` Though can't find any info though about how package mirroring would be displayed.
Thank you for the feedback! The `TOTP` class is marked as final and should probably stay that way. Do you have a preference on introducing an `AbstractTOTP` class that implement...
Hi, still happy to make those changes you requested. Any chance you could let me know your preference how I should proceed?
As of right now, I haven't been able to reproduce this on smaller repositories. For instance, running PHPStan just on certain subfolders where we have our SQL queries, runs through...