Max Ageev
Max Ageev
The problem with the `filter` method. I think psalm annotation is not correct for this method.
@VincentLanglet I guess and issue should be created there to describe what need to be done.
Could you explain how this gonna work in detail will it use chunking to load only a few record into application memory? How to configure the size of chunk?
That would be greate.
Where I can see list of meme wich has sound? Maybe I could limit only those which has it?
Could you provide a list of command what need to be run in order to build project? So contribution would be mush simpler. @Unthrottled
@Unthrottled sure you could list it.
Any update on this one?
> How would that look like? Writing method and putting there php throw doc block?
Should be something like that ``` /** * Reduce the collection to a single value. * @template TReturn * @template TInit * @param callable(TInit, TValue):TReturn $callback * @param TInit $initial...