Vladimír Gorej

Results 588 comments of Vladimír Gorej

@tauantcamargo doing the code review just now.

RA.round is already implemented. Transforming this issue into R.roundTo.

@dbartholomae yep, sounds good!

@tauantcamargo sure.

Note: we already have `renameKeyWith` implemented in https://github.com/char0n/ramda-adjunct/issues/1228. As mentioned above, it would be best to implement `renameKey` as specialization of `renameKeyWith` (if possible).

It's an interesting idea for sure. It allows the template literals to become lazy interpolation mechanism, retaining all the semtantics. > **1.** As the behavior of a tagged template literals...

@renatorib have you been able to come up with something better? I’m putting this function out for somebody to implement.

legitimate.

Thanks for your comment. [fantasy-land combinators](https://github.com/fantasyland/fantasy-combinators/blob/master/src/psi.js) defines psi combinator as following: ```js const psi = curry((f, g, x, y) => f(g(x))(g(y))); ``` It's almost the same as your suggested signature,...

I'm for this. I think that ramda-typings already do that.