Marco Pfeiffer
Marco Pfeiffer
Test sources are in most libraries declared in the composer `"autoload-dev"` section. So technically it should be enough to just check if there is no overlap with the normal `"autoload"`...
The callback configuration contains the key `disabled` which is not present in the `ArrayLoader`'s `OptionResolver` and causes this exception: ``` The option "disabled" does not exist. Defined options are: "do",...
In Google's Inbox the speed dial opens on hover already. Also: the specification says it should close again on a second click (and change the icon to indicate that).
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary In a relation database...
dbal defines `Doctrine\DBAL\Connection::setTransactionIsolation` which allows to set the transaction isolation to 4 different levels. https://www.doctrine-project.org/projects/doctrine-dbal/en/2.10/reference/transactions.html This function runs a `SET SESSION TRANSACTION ISOLATION LEVEL` query in the background which should...
I noticed that some projects switch from the official aws-sdk to [async-aws](https://github.com/async-aws/aws) which looks promising. I should investigate if it is possible to contribute there to add support for the...
The [ExecuteStatement](https://docs.aws.amazon.com/rdsdataservice/latest/APIReference/API_ExecuteStatement.html) documentation warns about huge results. > The response size limit is 1 MB or 1,000 records. If the call returns more than 1 MB of response data or...
I ran a composer update and symfony/flex automatically add [nyholm_psr7.yaml](https://github.com/symfony/recipes/blob/master/nyholm/psr7/1.0/config/packages/nyholm_psr7.yaml) to my symfony config folder because bref 0.5.21 has a dependency on [Nyholm/psr7](https://github.com/Nyholm/psr7). I'm not against that dependency but i'm...
I currently have to configure binary responses like described here: https://bref.sh/docs/runtimes/http.html#binary-requests-and-responses I'm using the http api and it does not need the apiGateway configuration, the `isBase64Encoded` option, that the bref...
I'd like documentation about CloudWatch alarms. I'm not fluent in that topic yet but i'll have to experiment with it in the future so I can add something in the...