Rostyslav

Results 5 comments of Rostyslav

If [this ](https://github.com/eclipse-pdt/pdt/issues/76#issuecomment-656628569) still not work and You project has such structure ``` |- smt |- code |-src |-Entity |-etc... |-composer.json |- docker ``` Right click on `code` folder in...

@BenasPaulikas I decided this issue by using custom validators (http://www.yiiframework.com/doc-2.0/guide-input-validation.html#creating-validators). They work perfect. Yes, the problem that it is impossible to save lambda function in session http://stackoverflow.com/questions/16788049/storing-function-in-session-variable

> Is my understanding correct that the info you are looking for is something like `getFailures()`? Yep, something like that. But to be honest for clients of the library is...

It seems that my problem is in using the obsolete version of Your library. I investigated a bit. We use `7.2.0` and the code below gave us unexpected behavior: https://github.com/ruflin/Elastica/blob/8fe61767b604a10e40b0b59c9511c4317cae3cb8/src/Transport/Http.php#L177-L179...

> > > @amirduran > > > > > > > try groupBy the entity you want to setMaxResults on > > > > > > This was the answer!...