Ruud Kamphuis

Results 117 issues of Ruud Kamphuis

First of all: this library looks amazing! Great work! Currently, there is no way to register an optional argument, unless you add an argument with a default value that is...

A lot of tools allow you to do `main help ` instead of `main --help`. Would be nice to support this.

Would be great to not having to use this action + https://github.com/webfactory/ssh-agent. But just 1 action that does both.

It would be really great if the controller would support a dry-run mode where it only logs what is about to happen without actually doing it. This is useful when...

enhancement

Then it's easier to see what changes were issued by the controller.

If somebody wants to pick this up: * Update [PHPStan level from 8 to 9](https://github.com/SimpleBus/SimpleBus/blob/main/phpstan.neon) * Run `vendor/bin/phpstan` and fix all / most errors.

I think I discovered a bug in Dataloader. It has a static variable `Dataloader::$instances` where it keeps instances of itself. On `__destruct` the instance that destructs is taken out of...

``` $ pickle install --defaults redis - Installing redis (latest-stable): Downloading (100%) +-----------------------------------+----------+ | Package name | redis | | Package version (current release) | 5.3.5RC1 | | Package status...

``` pickle install --source --defaults redis ``` just selects latest stable 5.3.5.

Followup from https://github.com/webonyx/graphql-php/discussions/1203 The `QueryComplexity` rule should ignore introspection query. This way you can set the max query complexity very low and still allow introspections to happen. Introspection has a...

enhancement