-
Ramda 0.26 and 0.27 adds various functions. This lib only goes up to 0.25.
-
-
`TypeError`s of all kinds are by far [the most common RTEs in JS](https://codeburst.io/top-10-javascript-errors-from-1000-projects-and-how-to-avoid-them-2956ce008437).
Using utility packages, or tr…
tripu updated
2 years ago
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
➜ workspace git:(master) ✗ npx next info
Op…
pago updated
6 months ago
-
I know you're cherry picking the curry function but ramda is a bit big for just the one function.
-
There are a couple places where R.tail is used to get the tail of an array, and it would be good to remove those because those are the only places Ramda is used, and we don't want an unnecessary depen…
-
It seems that [memoizeWith](http://ramdajs.com/docs/#memoizeWith) is missing from the ramda definition. I came up with this, but I have no idea if it's any good:
```js
declare function memoizeW…
IanVS updated
6 years ago
-
There doesn't seem to be a definition for Ramda's descend function. Could we get this added?
-
hey hey @izaakrogan , this just came up and was taking a peek
how come both modules? I thought they did the same stuff...
Been wanting to properly implement immutable/loadash/ramda in my current proj…
-
Ramda is cool, but let's go with lodash, which is better supported etc.