-
Hi!
Love the package. Thanks.
I would like to add external packages such as ramda, however I get the following error message:
`1:20 Cannot find module 'ramda' or its corresponding type declar…
-
Ramda is cool, but let's go with lodash, which is better supported etc.
-
One thing I'm currently getting ready to do with https://github.com/krainboltgreene/ramda-extra.js/tree/core/source is to create a package for each individual function in addition to the main collecto…
-
I think it may be worth diving into why FP, and why Ramda with maybe some pros and cons
https://github.com/rpearce/ramda.guide/blob/main/src/book/introducing-fp-at-work.md
You may want to consid…
-
-
I'm just diving into functional programming and this project seems like a good idea since Ramda's style offers advantages, but a project I'm working with already uses lodash. I want to npm install it …
-
https://gist.github.com/raine/d12d0ec3e72b2945510b
Thanks for the tutorial!
A few things:
- After installing ramda-cli, I have command `ramda`, not `R`. I see that `alias R='ramda'` is in the readme …
thurt updated
8 years ago
-
@LoganBarnett
I've been inconsistently running into issues with `__` where flow thinks its presence means the function is actually being invoked. So a simple example:
```js
difference(__, [1,2…
-
I see that immutable-ops depends on Ramda. But, inspecting the source, it looks like only two Ramda functions are actually being used: `curry` and `placeholder`.
Would it be possible to replace th…
-
There is a vulnerability [CVE-2021-42581](https://nvd.nist.gov/vuln/detail/CVE-2021-42581) in the older version of package `ramda` . Can I know when we can expect that dependency to be upgraded to the…