Maks3w

Results 25 issues of Maks3w

HTTP Header names are case insensitive. Swagger specification enforce to be case sensitive all field names without exceptions. > All field names in the specification are case sensitive. > >...

http
headers

### :tophat: What? * Run the test suite against the minimumPython supported (3.6) and the maximum version supported (3.10) * Also update the dist image to `bionic` because it's the...

hacktoberfest

Since the last release many changes has been added. I think is good to make a new release tag.

Based in the class written for Symfony 2

Doctrine ORM Drivers are not implementing Doctrine\Common\Persistence\Mapping\Driver\MappingDriver interface yet. This was giving a lot of problems > Catchable fatal error: Argument 1 passed to Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain::addDriver() must implement interface Doctrine\Common\Persistence\Mapping\Driver\MappingDriver, instance...

First at all, thanks for your time and the develop of this project. I've an issue where sometimes our CI system kills a thread (not python issue) and the affected...

Every year we need to update the copyright for every place where the copyright holder. These places are usually: - LICENSE, LICENSE.txt, LICENSE.md files - Any PHP file. - Any...

help wanted

- [ ] Many components have an empty description in composer.json. - [x] Add a deprecated notice + forward on zendframework/Components_ repositories - [ ] Migrate issues from zendframework/zf2 /cc...

Currently there is a lack of HTTP header builder / parser in the PHP community ecosystem. I suggest move `Zend\Http\Header` namespace to an standalone component for better reusability. Actually `zendframework/zend-http`...

enhancement
question
awaiting maintainer response

These allows manage the required message like any other ValidatorInterface element. Note: While you can add the validator manually the flag `setRequired` must be set too ``` php $input =...

question
WIP