ramda-adjunct icon indicating copy to clipboard operation
ramda-adjunct copied to clipboard

Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.

Results 94 ramda-adjunct issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Returns a string made by inserting the separator between each element and concatenating all the elements into a single string....

help wanted
feature
group: string manipulation
Hacktoberfest

**Is your feature request related to a problem? Please describe.** Replace items for which `predicate` returns true using the `replacer` function. **Describe the solution you'd like** ```js const { curry,...

help wanted
feature
Hacktoberfest

**Is your feature request related to a problem? Please describe.** A version of Ramda's [cond](http://ramdajs.com/docs/#cond) which doesn't exit once a predicate returns true. So every predicate is run in turn,...

help wanted
feature
Hacktoberfest

**Is your feature request related to a problem? Please describe.** Intersect object keys with the list of provided key names. **Describe the solution you'd like** ```js const intersectKeysWith = curry((fn,...

help wanted
feature
Hacktoberfest

**Is your feature request related to a problem? Please describe.** Python-style pure slice and set slice encapsulated in a lens. **Describe the solution you'd like** ```js const lensSlice = (bgn,...

help wanted
feature
Hacktoberfest

**Is your feature request related to a problem? Please describe.** Finds a min/max value in an array. These functions will be partial only. They will not be total as we...

help wanted
feature
Hacktoberfest

**Is your feature request related to a problem? Please describe.** Like compose, but with rest params also being passed in. The first param is the return value of the previous...

help wanted
feature
Hacktoberfest

The 98% codecov badge attracted my attention and I fall on this : https://codecov.io/gh/char0n/ramda-adjunct/src/8cc269fcdf3125354aceae18c564538be72e89a5/src/fantasy-land/util.js#L22 So, I grep for it : ```bash $ git grep typeEquals src/fantasy-land/util.js:// typeEquals :: Monad a...

enhancement
help wanted
Hacktoberfest

We're missing icon inside our documentation. The favicon can be made from our [logo](https://raw.githubusercontent.com/char0n/ramda-adjunct/master/logo.jpg). ![image](https://user-images.githubusercontent.com/16897658/38173262-826a8a08-35bb-11e8-89ed-c8f8aa315b1a.png)

enhancement
help wanted
Hacktoberfest

**Is your feature request related to a problem? Please describe.** A version of `R.cond` where the original value is returned as the default (instead of `undefined`) **Describe the solution you'd...

help wanted
feature
Hacktoberfest