Pascal Münst
Pascal Münst
I get the following md5 hash for the IOKit file: `a94dc8e1b6bb6491e5f610f0a3caf960` So I guess the patch has to be updated for 10.10.2 to work. Would be great if someone who's...
Proposal for #85 This is a first proposal to add parameter support. At the moment no recursive parameters are supported. This proposal is implemented to preserve backward compatibility. Let's say...
This PR aims to deprecate the current `Serializer` approach and replaces it with a "message transformation concept" which allows to modify the message before after consumption before sending. (For example...
## Description Currently the only way to ignore warnings/errors detected by PHPMD is by adding an annotation in the code file. (Like proposed in #515 and #180.) I would really...
I cleaned up the `grammar/parserBuilder.php` file a bit and moved all the potnetially reusable code into a new class `ParserBuilder` which can be instantiated using the `ParserBuilderFactory` class. Then I...
* Adds support for PHPUnit 7. * Important! * Beware the BC.
Currently if an external HTTPS request is forwarded internally via the http protocol the middleware throws an exception because `Request::getUri()->getScheme()` contains `http`. In general the proxy adds a `X-Forwarded-Proto` header...
Sometimes it's useful or required to have information of the request available to form a proper response. For example the `Accept` header of the request is required to decide in...
Currently passing in an accept header equals `*/*` does not work. It tells that there's no match and `EncodingNegotiator::getBest()` returns `null` instead it should return the highest prioritized available content...
**I was trying to...** To create a list object that has items which is an array: ```typescript export class ObjectTypeOptions { public static readonly device: TypeOptions = { discriminator: {...