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

Please see #250 and http://hackage.haskell.org/package/base-4.10.1.0/docs/Data-Function.html#v:on implementation idea : ```js // Psi const on = const psi = curry((f, g, x, y) => f(g(x))(g(y))); // usage RA.on(R.prop('type'), R.comparator(myComparator)) ```

help wanted
feature
blocked

Nice howto: https://hackernoon.com/how-to-promote-your-github-project-1b39a7eee841 https://medium.freecodecamp.org/how-to-get-up-to-3500-github-stars-in-one-week-339102b62a8f https://gist.github.com/PurpleBooth/109311bb0361f32d87a2

discussion
investigate
group: promote RA

https://github.com/semantic-release/semantic-release We have a full detailed documentation of how the current release process works. This process needs to be simplified/amended to comply with semantic release. Documentation of current release process:...

enhancement
help wanted
project: RA project

**Is your feature request related to a problem? Please describe.** Converts value to an integer. **Describe the solution you'd like** ```js toInteger(3.2); // => 3 toInteger(Number.MIN_VALUE); // => 0 toInteger(Infinity);...

help wanted
feature
blocked

**Is your feature request related to a problem? Please describe.** `toPrimitive` function should return a primitive representation of value provided as a single argument. Coercion hint is bonded to `default`....

help wanted
feature
blocked

Thank you for `ramda-adjunct`! There is this macOS app called [Dash](https://kapeli.com/dash), which allows people to have and search various docs offline (e.g. in a train, plane, ... and sometimes it's...

enhancement
help wanted
investigate

https://badgen.net

enhancement
project: RA project

We should have at least support for both desktop and mobile versions: - [ ] chrome - [ ] firefox - [ ] fix footer

enhancement
help wanted
project: RA project

The process of how to do that needs to be researched. Github repository: https://github.com/freeCodeCamp/devdocs

enhancement
group: promote RA

This is implementable when we have custom domain and repl can be implemented as a separate route. Just like for ramda - https://ramdajs.com/repl/?v=0.26.1

enhancement
blocked
project: RA project