Alex

Results 951 comments of Alex

I think, that it will be fixed with https://github.com/minkphp/driver-testsuite/pull/88.

Thank you for a research you've made, but the proposed solution looks too fragile, because: - this isn't officially supported way by JIRA - the URL for a call isn't...

Since we're all developers here somebody might as well go and looking into final routes built by the library to discover the problem 😉 . No real need to wait...

While looking at the library I've found out, that it takes all your routes prior to their dumping in compiled router and modifies them according to the strategy. This info...

If the `requirements={"articlePath"=".+"}` part of annotation is removed, then it works?

I think that in such cases the `ClientInterface` implementation will get back some kind of universal HTTP error code, that we can use to throw exception. We do handle some...

> Agree if you are suggesting that we might want to refactor the code to throw an exception in case of failure, and remove the boolean "false" response case altogether...