Nathan Denchman
Nathan Denchman
| Question | Answer | ------------| --------------- | Infection version | 0.26.13 | Test Framework version | PHPUnit 9.5.21 | PHP version | 8.1.18 | Platform | Debian (docker) |...
After upgrading to version 4.3 which hides the `TraceableDataCollector` when `APP_DEBUG=0` (https://github.com/bestit/flagception-bundle/pull/89), I now get the following error when running tests with debug mode disabled: ``` TypeError: Flagception\Bundle\FlagceptionBundle\Profiler\FeatureDataCollector::__construct(): Argument #1...
In V1, it was possible to create a presigned URL in the following way: ```php private function generateLink(string $storedFileName, string $originalFileName): string { /** @var AwsS3Adapter $s3Adapter */ $s3Adapter =...
PR #29 added support for composer oauth in Dec 2020, but it no longer appears to be supported. I can't seem to find any record of it being removed or...
This a great, github action. Makes it super easy to get all our required docker images built and published in CI. Is it possible to support building across multiple native...
Thanks for the great bundle! Just looking for someone to point me in the right direction here. In version [lcobucci/jwt v4.2.0](https://github.com/lcobucci/jwt/releases/tag/4.2.0) a minor BC break was released if you're using...
When trying to use this role on Ubuntu 18.04 (bionic) I get an error about `python-software-properties`: ``` (item=['python-software-properties', 'apt-transport-https']) => {"ansible_loop_var": "item", "changed": false, "item": ["python-software-properties", "apt-transport-https"], "msg": "No package...
It's possible to configure PhpStorm to use a remote PHP interpreter though an SSH connection, Vagrant or Docker. It would be awesome if this the LSP plugin also supported this...
Closes: #102
### What Happened I use the junit and xml coverage output from Pest for [Infection](https://github.com/infection/infection). This has been working until Pest 2.32.0 where [junit support was added to 2.x](https://github.com/pestphp/pest/pull/887). Before...