Pavel Nazimok

Results 10 comments of Pavel Nazimok

Quick update: I found one more issue. I'm fixing it in my free time and plan to commit it in the next 1-2 weeks together with requested changes.

So I swapped last 2 weights for better results. -- Unfortunately, I wasn't able to find a way to fix an issue I found after applying all my changes. Let...

@thombashi Solution with `fast` and `precise` is OK, I could implement it. However, I also came up with another solution which could potentially be better, but it would require major...

@thombashi Also, [the example generation](https://github.com/thombashi/allpairspy#filtering) provided in the README lacks following pairs: ``` 98 - Hourly 98 - Contr. 98 - 10 98 - 30 98 - 60 NT -...

Fixed in [this PR](https://github.com/thombashi/allpairspy/pull/10). For @kmaehashi's [original input](https://github.com/thombashi/allpairspy/issues/2#issue-312396685) the result is: ``` {numpy=1.9, python=2.7} {numpy=1.1, python=2.7} {numpy=1.11, python=2.7} {numpy=1.12, python=2.7} {numpy=1.13, python=2.7} {numpy=1.14, python=2.7} {numpy=1.14, python=3.4} {numpy=1.13, python=3.4} {numpy=1.12, python=3.4}...

Fixed in [this PR](https://github.com/thombashi/allpairspy/pull/10). ```python result = AllPairs(OrderedDict({ "a1": ["0", "1"], "a2": ["0", "1"], "a3": ["0", "1"], "a4": ["0", "1"], "a5": ["0", "1"], "a6": ["0", "1"], "a7": ["0", "1"], "a8":...

Issue persists with Gradle 7.5.

@thombashi Yes, I stumbled upon this once again and I plan to implement what I suggested in [this comment](https://github.com/thombashi/allpairspy/pull/10#issuecomment-1065929859), hopefully in the following 1-2 weeks. I implemented this solution in...

Got this error too. Java 17 rest-assured 5.3.1 allure-rest-assured 2.23.0 alure-gradle-plugin 2.11.2 (no Cucumber)