Harry Dobrev

Results 82 issues of Harry Dobrev

I'd like to have a command which will open all files which are modifies/added since the last commit. Basically open all files which `git status` shows.

Exit codes are now returned by the `execute()` function of the Regreph command. This allows the caller to decide what to do with them. The PHP execution is not stopped...

- ANSI text is handled by the Console component. - A lot of the padding is handled by the table helper. - Calculating the delta now supports the second number...

Right now Regreph expects the library which would be benchmarked to be installed via Composer as a dependency of Regreph. Projects not publicly listed as a Composer package (e.g. on...

enhancement
needsPR

Hi, @lox and anyone interested in benchmarking and testing PHP software! First, I'd like to thank @lox for giving me access to the project! I really want to make some...

question
suggestion

Write all code in consistent manner according to the [PSR-2 standard by the PHP-FIG](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md). A bonus would be to write the code according to the Symfony2 standards: - Coding Style:...

[Travis CI](https://travis-ci.org/) is the most popular and robust (and still easy to use) continuous integration service. It is completely free for open-source projects. It would allow us to run tests...

enhancement
tests