Kevin Wallace

Results 57 comments of Kevin Wallace

For here, yes, the PR would be based off the `ts` branch. We don't have anything to do with Definitely Typed so a separate PR there would be up to...

see https://github.com/ramda/types

ty @dubzzz sorry for missing this the first time

> > documentation no longer categorizes the functions (ie list, string, function, object), is this intended? > > Thanks for your report. This is not intended, I've found what's wrong,...

Looks like the repl is not using the latest version of ramda

> @kedashoe The "Install" section has a variety of old semver versions I don't know much about deno and nest, seems those versions are correct in that they are the...

> In the meantime, if anyone has the energy to create an [Upgrade Guide](https://github.com/ramda/ramda/issues?q=label%3A%22upgrade+guide%22) for this version, it would be useful. Hey @CrossEye :) I've included the upgrade notes on...

Maybe https://github.com/evilsoft/crocks ? For futures there is https://github.com/fluture-js/Fluture

Feels a bit niche to me? Considering we can write `R.sortWith([(a, b) => a.localeCompare(b)], xs)`. Also the implementation takes away our ability to call `localeCompare` with our own arguments.. why...

> Admittedly it's "a bit niche", it fixes sorting text with Ramda. Which is great because `` comparisons — as `ascend` and `descent` perform — do not make sense with...