Piotr Olaszewski

Results 43 comments of Piotr Olaszewski

Let's think about following case. * master (7.3, 8.0) * 1.0.x (branch) (7.0, 7.1) * 1.1.x (branch) (7.1, 7.2, 7.3) * 2.0.x (branch) (current major) (7.3, 8.0) Branches are supporting...

Could we talk a little bit about this? > add methods to the ClusterOperations according to the ES API What methods you mean? Methods which returns all active tasks with...

:+1: for @bbankowski solution. Using order of arguments should have better performance. (Laravel uses this the way you described it :smile:)

Currently is defined [verifyZeroInteractions](https://github.com/letsdrink/ouzo/blob/master/src/Ouzo/Goodies/Tests/Mock/Mock.php#L36).

Good point @bbankowski :+1:

Here is .htaccess work around: ``` RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteRule ^index.php/(.*)$ [L] ```

Using Pull Request can give a lot of feedback and could be treated as an additional documentation. There is any particular reason for that the commits are done without it?...

@obfischer if you are still interested, I've create active copy of the semver4j lib (https://github.com/semver4j/semver4j) and fix this issue in 1.0.1 version.

@obfischer I have in plans to do a big refactor since 2.0.0. I have in plans to address all (or most) issues from this lib