Lars Strojny

Results 49 comments of Lars Strojny

I realized this might sound demanding, which is not what I meant. Much rather: has this been considered before?

Could you change to PHPUnit mocks, then we are ready to go

Another option that came to mind was to use reindex: ``` map( function ($book) { return $book->name; }, reindex( function($book) { return $book->id; }, filter($collection, …) ) ) ``` But...

Thank you for the well done PR! Did you look into `pick` and `pluck` to compare what use cases aren’t supported?

@alexeyshockov it would be terrific to collaborate on this topic. I've just pushed my current WIP, would you mind rebasing. Unfortunately it’s going to create a few conflicts, sorry about...

@klimick that’s a great idea, thank you!

@MarcoWorms we had a couple of requests for auto-currying (#136, #41, #118) but my stance is that I can’t think of a way to do this efficiently. This is why...

@tPl0ch I have no vision around that for now. Do you have an idea on how to do that?

@redbeardcreator on readability: I would love to read it as "map foo over items" but I am not yet sure what the economics of such a change would be. My...