Augusto Pascutti

Results 14 issues of Augusto Pascutti

Our tests are messy, declaring `header` functions everywhere, as of [PHP 5.4](http://php.net/supported-versions.php) we can use [http_response_code](http://php.net/http_response_code) function to check headers and [xdebug_get_headers](https://github.com/Respect/Rest/blob/faecd8468e8aba1ee728c3afdfcf7ad5f20877c3/tests/library/Respect/Rest/RouterTest.php#L508-L517) together to check for HTTP header changes on...

feature

It is quite a shame to see this repository lacking updates and many forks doing whatever they want to do. I just found useful and merged some other changes into...

An example of workflow I am interested in: 1. Someone appears with a doubt and some code I can run, it doesn't have Docker; 1. I clone the repository and...

enhancement

> The image must have bash installed. This sentence is wrong, as the *shell* is detected and no direct dependency on `bash` is used (`ash` can be used as well).

enhancement

Some might not be relevant anymore.

enhancement

Provide some help through: - [x] Display short help if no arguments are given. - [ ] Short format through `-h` option. - [ ] Man page. - [ ]...

enhancement
easy pick

It would be nice to signal a pair as a different author through changing his e-mail, since that is used by GitHub to [display avatars](http://gravatar.com) and [identify authors](https://help.github.com/articles/why-are-my-contributions-not-showing-up-on-my-profile/#you-havent-added-your-local-git-commit-email-to-your-profile). We should...

feedback wanted

Given we are pairing on a git repository with a history, we can use all author names available on the history (and the ones already provided in the _pairing standard_)...

enhancement

Start using _Respect/Doc_ into project, this implies into: - Making many `public` method `protected` - Creating better unit tests to be used as examples - Adding little PHPDoc to some...

feature