Vladimír Gorej

Results 498 comments of Vladimír Gorej

Yes. This is legit and practical

Legitimate; but I would simplify the composition and use already established tools for that ```js const lensSlice = (bgn, end) => R.lens( R.slice(bgn, end), (value, target) => R.useWith( R.apply(RA.concatAll), [RA.sliceTo(bgn),...

Create a separate issue for `setSlice`. See the [R.adjunct](http://ramdajs.com/docs/#adjust) before doing so. I'd go for a name `adjustSlice` instead of `setSlice`.

I like this.

@nolleto sure, but in order to implement `sortByProp` you have to first implement #1240. So if you want to start somewhere, #1240 is a way to go.

@tauantcamargo I guess he's not. Feel free to issue a PR.

@Undistraction yep, had a usecase for it one year ago.

@ltruchot sorry this fell through my net. Are you willing to continue working on this PR?

> I was satisfied with my PR, but I'm pretty sure if I read it now I'll found improvment to do. Can you let me few day to check that...