Eran Hirsch

Results 182 comments of Eran Hirsch

Feels like this has been covered by other functions and the ability to build a pipe for it.

for housekeeping I think we should close this issue, we can start a new discussion on future plans with the perspective of 2023 eco-system and community needs. @TkDodo wdyt?

I don't think we're following this as a roadmap anymore so I'm closing it

You can always mix awaits and remeda, there's no reason to wrap it with a remeda function in my opinion. ```ts const x = pipe( await pipe( // non-async functions,...

I'm not sure I fully understand the issue here, is this what vitest's `expectTypeOf` solved? If I misunderstood the issue feel free to re-open it.

I think that we shouldn't. I think the comparison to lodash is misleading, as it was designed without typing in mind, so without accepting null values code could explode in...

@vlad-yakovlev, it's been almost a year since this was opened, where do we stand regarding this, do you want to see it shipped? I'm closing the PR for now for...

I agree this is a great addition to the library, I'm just not sure it's easy enough to be done without completely rewriting most of the library. If anyone has...

It's unlikely I'll be able to invest the time in researching this as we are currently handling mainly feature parity to allow people to migrate off Ramda and Lodash, and...

Going over the pipe and purry functions lately, I have an idea for getting closer to using iterators. The main problem with the way we iterate lazily and how iterators...