Stephan Wentz

Results 26 issues of Stephan Wentz

Will there be support for handling integration oauth tokens? Right now it looks like there is only support for personal oauth tokens.

Tried to run scanmycode locally on my M1 Macbook with docker-for-mac and stumbled onto some problems. 1. Port 5000 is used by the Mac Control Center by default - and...

I'm using rocketeer with rsync, but I'm still required to fill in the repository/username/password values in scm.php. Is there a way to disable this?

bugs/unverified

Just saw this while debugging my oauth-problem - the images in the docker-compose.yml are still referencing release 1.3.4, is this done on purpose?

Testing the email configuration is a bit of a hassle, have to invite members to test ;-)

enhancement

Hi all 👋 Please be gentle - this is my first ever attempt at writing go code ;-) We have a javascript-based script that can show all kinds of information...

When I installed phpdocumentor several times, I get different executable names... phpDocumentor and phpdocumentor. Here is a recording of an example, inside of an alpine docker image with php 7.3:...

bug

parallel-lint works fine with php8, only one deprecated string access, which is fixed by this PR.

Our tests don't start with `Tests\`, but with `App\Tests\`. It would be nice if this would be configurable, for `use_from_tests`.

When installed with composer --prefer-lowest, the unit tests fail. Examples: - Class 'Symfony\Component\Process\ProcessBuilder' not found - Class 'Symfony\Component\Process\ExecutableFinder' not found Dependency to symfony/process should be at least raised to ^2.1.