Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Ramda

Supporting functional programming in JS
Collective - Host: opensource - https://opencollective.com/ramda - Website: https://ramdajs.com - Code: https://github.com/ramda

Merge pull request #2229 from wennergr/transducer-for-tap

Add transduce support for tap

github.com/ramda/ramda - 44095b0950c590dd53f34571d061e1443b242ca6 authored over 7 years ago
Forgot to commit these. Also, fix when RunKit not around.

Reviewed by @tolmasky.

github.com/ramda/ramda.github.io - 4dc83906c0d619c36906dceb885beb046418fe77 authored over 7 years ago
Add transduce support for tap

Tap will act as tranducer if given a transformer in
the second parameter

github.com/ramda/ramda - a3fa07c167404eefd00be4c3d46c0f405cb5653b authored over 7 years ago
First pass at RunKit integration.

github.com/ramda/ramda.github.io - 5f4d0b6b03a5a907174e9c02b5fbfd8b132ef453 authored over 7 years ago
Merge pull request #2224 from adispring/propXToWhereLink

add links between propEq and whereEq, also between propSatisfies and …

github.com/ramda/ramda - 969cbd7366fe819fd61265a3196fb6eaf082f390 authored over 7 years ago
add whereEq link to where.js

github.com/ramda/ramda - 13db40a7e45678d89a8d8203143f67394c8c1b64 authored over 7 years ago
add links between propEq and whereEq, also between propSatisfies and where

github.com/ramda/ramda - f5aeee78c0a4f19d3ab12f45a94d541c7deae49c authored over 7 years ago
Merge pull request #2221 from aretecode/patch-1

fix bookmarklet code block + raw

github.com/ramda/ramda - afa2f7763b23e5b1dda2870df08435451aae047f authored over 7 years ago
Merge pull request #2216 from alnero/constructN-fix-docs

Fix to constructN docs example

github.com/ramda/ramda - 35545594d6deecdf2349c498ff444a543cf0ea4c authored over 7 years ago
fix bookmarklet code block + raw

github.com/ramda/ramda - 475395ef292fd04d3c52bb027d20e16720fc04cc authored over 7 years ago
Remove parens around ingredient in R.map call

github.com/ramda/ramda - 26450881511d7c077daba6fd3aa790af36174cbc authored over 7 years ago
Correct comment with console.log output

github.com/ramda/ramda - 6aafd973c85faacc50b8a335e31885a509f1eea9 authored over 7 years ago
Add semicolons and some spacing between the lines

github.com/ramda/ramda - 07403a51a1df15a4ae7d65a5dc0716fd9c34f1eb authored over 7 years ago
Place R.map call on one line, change whollop to dollop

github.com/ramda/ramda - 91b825dec23942eca18b3d673ed32a71904412e1 authored over 7 years ago
tryInREPL open in separate tab (#184)

github.com/ramda/ramda.github.io - 586b423a42a4cafd2129df5f38768629fa37735d authored over 7 years ago
Replace brackets so proper arguments are passed to R.map function

github.com/ramda/ramda - 35eed98be681cc3479a1a476bfd8f80402105845 authored over 7 years ago
Merge pull request #2212 from chriddyp/patch-1

Add example of how R.type treats `undefined`

github.com/ramda/ramda - b67b452fcbe75c1240d209a9561ac97a44afdecd authored over 7 years ago
Add example of how R.type treats `undefined`

github.com/ramda/ramda - e535af37aa4e38965866599e840f233cb8e58e2c authored over 7 years ago
Merge pull request #2174 from MikaAK/patch-1

Document R.ap as S Combinator

github.com/ramda/ramda - 7ac8218fc4946a1d554904119b92405357bc6faf authored over 7 years ago
Merge pull request #2211 from ivanzusko/translations-markup

chore(fix): translations markup in README.md

github.com/ramda/ramda - 2499e06647c75be661aaa1cb11efbbfeed775865 authored over 7 years ago
Add signature for ap

github.com/ramda/ramda - e6aff632834909fcd0eef84a2880a2c3c98fdd18 authored over 7 years ago
chore(fix): translations markup in README.md

github.com/ramda/ramda - 55747bfc3a5a4f39f704dbab824dda58ea3d4154 authored over 7 years ago
Merge pull request #2209 from rtivital/master

Fix applySpec docs indentation

github.com/ramda/ramda - ae841638cb3b0b5534058b3600451b78214d2ce9 authored over 7 years ago
Reduce method example (#2203)

github.com/ramda/ramda - 29245d11942d0c60f8cf0d22460fb2f9fe1cff84 authored over 7 years ago
add additional '//' for REPL demo (#2208)

github.com/ramda/ramda - 7bcd577ba5f94c5bff63412e941e4671ca352d57 authored over 7 years ago
link to the Ukrainian translation (#2201)

github.com/ramda/ramda - 3e6a7d4d33d1609d478669d13100eb52ba719411 authored over 7 years ago
Fix applySpec docs indentation

github.com/ramda/ramda - 54c7d686b97a87a8fce726af67819146a86c1a63 authored over 7 years ago
Version 0.1.2

github.com/ramda/ramda-lens - 04a5eca249680d739211f489f0ac2bf397565c8d authored over 7 years ago
Merge pull request #20 from scott-christopher/engine-fix

Loosen node engine constraint

github.com/ramda/ramda-lens - 02fa9f0245d1c3ff255014dbed8d3168481c47da authored over 7 years ago
Merge pull request #2195 from tomhicks/master

Improve performance of omit

github.com/ramda/ramda - 2960b72e8a79d8848cb5b25b46d620830500ecb7 authored over 7 years ago
Improve performance of omit

Rather than iterating the names to omit for every single property name,
which is potentially O(n...

github.com/ramda/ramda - 67d8b7a343adbbac04c170b654f69904e941994f authored over 7 years ago
Merge pull request #2197 from adispring/bugfix/o-example-typo

fix: o.js example lastName -> name.last

github.com/ramda/ramda - d47de163a4901507330c54193eb915dcdbf7472e authored over 7 years ago
fix: o.js example lastName -> name.last

github.com/ramda/ramda - 01ad638d5b0d8f1b7a8eecefe5dac4146d18688a authored over 7 years ago
Merge pull request #2193 from owanturist/fix-scan-docs

Scan doc was fixed

github.com/ramda/ramda - d2b33f2a65cf93b7f43653463e9df755bb466e37 authored over 7 years ago
Scan doc was fixed

github.com/ramda/ramda - 6609509e43b60800bfcdc30a6ff7bb89f7ae2ea0 authored over 7 years ago
Loosen node engine constraint

github.com/ramda/ramda-lens - 961273aee4a02febb7bfb7159305b2904a7c333e authored over 7 years ago
Merge pull request #181 from kedashoe/master

v0.24.1

github.com/ramda/ramda.github.io - 809bac607e4997edc89ae8f8fdff9d9eaeaf8ef9 authored over 7 years ago
Version 0.24.1

github.com/ramda/ramda - 7df44747aab2987e6b671b5658ab74abaebdbbdc authored over 7 years ago
Fix memoize with more than 1 argument

github.com/ramda/ramda - c5ddc1ff45b66b16304d063e1e54815e7252ebe2 authored over 7 years ago
Merge pull request #2188 from owanturist/fix-transducer-docs

Transducer doc was fixed

github.com/ramda/ramda - 4455bc8daf1405a3509515fb24499203ab8f9046 authored over 7 years ago
Transducer doc was fixed

github.com/ramda/ramda - d0d52290da21a86c0cfdd4f588be475796c04f21 authored over 7 years ago
Merge pull request #2179 from zhangchiqing/add-example-for-transduce

Add lazy evaluation example for R.transduce

github.com/ramda/ramda - 19985f4f468ea7ae70364cfaf2e6bb0b2006c694 authored over 7 years ago
Merge pull request #180 from kedashoe/master

re-run build to get rid of _isArrayLike

github.com/ramda/ramda.github.io - b0c39c761253f8841daf8cb981be04a0d4feb77f authored over 7 years ago
re-run build to get rid of _isArrayLike

github.com/ramda/ramda.github.io - 7b2685ff8604e134e90924341bdacc348d5e239f authored over 7 years ago
0.24 docs; works on my machine (#179)

github.com/ramda/ramda.github.io - b38175fe2b72f07901f9bebbae37e841235a0ce6 authored over 7 years ago
Merge pull request #2184 from kedashoe/_isArrayLike-jsdoc

fix _isArrayLike jsdoc now that it is internal

github.com/ramda/ramda - f2e9ba746cad46c33cb4fb0a7436c1c2e7dbfb62 authored over 7 years ago
fix _isArrayLike jsdoc now that it is internal

github.com/ramda/ramda - 655e61bf5b86e029a657a97f733b72a9f5ed2fec authored over 7 years ago
Version 0.24.0

github.com/ramda/ramda - d08f0fe7a804c4a7628107d72ab3b21b812a2272 authored over 7 years ago
Merge pull request #2182 from kedashoe/remove-deprecated

move deprecated isArrayLike to internal

github.com/ramda/ramda - 775ecb2a18416abcbeb831fc1f0de9cebd314ebe authored over 7 years ago
move deprecated isArrayLike to internal

github.com/ramda/ramda - 9be35e0f11a7a254b3f0df3cf91353222243b2d1 authored over 7 years ago
added test for fantasy-land/map test (#2175)

added test for fantasy-land/map

github.com/ramda/ramda - 753f0bd7080d277b19ac74e9a9eeb769c93fcee0 authored over 7 years ago
Add lazy evaluation example for R.transduce

github.com/ramda/ramda - df7ce789e5981897f775e298e203761df372d942 authored over 7 years ago
Merge pull request #2178 from scriptype/fix-where-inline-docs

Fix confusing usage of R.__ in the docs of .where

github.com/ramda/ramda - 84648ff2e6eda809582e0e750fdc1612817de097 authored over 7 years ago
Fix confusing usage of R.__ in the docs of .where

github.com/ramda/ramda - c3beef1d80998ecb6e17b264c71d97cdf4586e77 authored over 7 years ago
Merge pull request #2176 from Delapouite/links

docs: add missing intra links between Ramda's functions

github.com/ramda/ramda - c871748cb96b650e8c60424c341ab6650e21a7d2 authored over 7 years ago
Update Pug templates (#175)

* Add new blocks to layout.pug and base for links

* Add main tag to index template

* Add e...

github.com/ramda/ramda.github.io - 85811c1e53ba19d18f60396faff5c1ae16b620f4 authored over 7 years ago
docs: add missing intra links between Ramda's functions

github.com/ramda/ramda - b077b68430540a376bee92eb112a8c59b9bf6a1c authored over 7 years ago
Fix missing '

github.com/ramda/ramda - 5b0da38b2e4a4afbefe5f045c8198727752f0fe9 authored over 7 years ago
Document R.ap as S Combinator

github.com/ramda/ramda - f87d98425b7b82f02c709dbec10686fa631854bc authored over 7 years ago
Merge pull request #2173 from pepewritescode/or_test

Change && to || in test case for or

github.com/ramda/ramda - 917dd07b4e41241701fedefe15f9f4b62f4f7028 authored over 7 years ago
Change && to || in test case for or

github.com/ramda/ramda - 1a5d762fd94bff313b3db3485b9fd074af27bc90 authored over 7 years ago
Merge pull request #2171 from Delapouite/ascend

Add @see tags between ascend and descend

github.com/ramda/ramda - b357ba53f9ce4997259bff8b949c78207fc06b4e authored over 7 years ago
Add @see tags between ascend and descend

github.com/ramda/ramda - 7ed69a9baf107d9bc85bcff855a3962dedb6e5d4 authored over 7 years ago
Merge pull request #2170 from Delapouite/ary

Add @see tags linking binary, nAry and unary

github.com/ramda/ramda - 7464fb2722380526c020bf979db005bab348f502 authored over 7 years ago
Add @see tags linking binary, nAry and unary

github.com/ramda/ramda - ed8cfea350da8b0c4c9cc056d7e91e223c0eceaf authored over 7 years ago
Merge pull request #2168 from ognen/fixes/reduced-values-when-dispatching-to-reduce

Fix reduced value handling when dispatching to objects implementing the iterable/iterator protocols

github.com/ramda/ramda - 50535a935a9b9f2e1428a34bd45a47720e5de368 authored over 7 years ago
reduce: dispatch to `reduce` method of list as a last resort.

When using transducers, the reduce implementation is required
to support the shortcutting featur...

github.com/ramda/ramda - 103543e2e1c2b8a43275fff99c9e62363d1def85 authored over 7 years ago
Merge pull request #2147 from adispring/chinese-translation

add Chinese translation link to README.md (home page)

github.com/ramda/ramda - 7c5fe22c7e8d81da179706bcad0af32af5715d17 authored almost 8 years ago
Merge pull request #160 from SoullessWaffle/patch-1

docs(state): fix typo Moand -> Monad

github.com/ramda/ramda-fantasy - 2968de880e9676ee136d7a841e6b1ec9636568a2 authored almost 8 years ago
docs(state): fix typo Moand -> Monad

github.com/ramda/ramda-fantasy - 5a0ecc9b138f0b561ab4d4e095e8b3773eb4a905 authored almost 8 years ago
Merge pull request #2158 from dmitriz/test-annotations

Correct test label

github.com/ramda/ramda - 3a6c975e76cdd66b91e4802d9f703d78504ae14b authored almost 8 years ago
Correct test label

github.com/ramda/ramda - c3b10b334e89e3ba3ec78a32d5f6509740f078f3 authored almost 8 years ago
Version 0.8.0

github.com/ramda/ramda-fantasy - 8cf0d5f217e387f28d963ef7a07273434cd7e083 authored almost 8 years ago
Merge pull request #129 from buzzdecafe/umd

Umd

github.com/ramda/ramda-fantasy - 7d443efb219599762dbb3200a4942c076d530de8 authored almost 8 years ago
Merge pull request #143 from idcmardelplata/patch-1

Translation to spanish

github.com/ramda/ramda-fantasy - 4d00d8d49c204e3bfaafbbd59b6f05c1dee3e787 authored almost 8 years ago
Merge pull request #159 from scott-christopher/toMaybe

Adds Maybe.toMaybe

github.com/ramda/ramda-fantasy - 865136530642b112160a8f11084746fc6d2546f3 authored almost 8 years ago
Adds Maybe.toMaybe

github.com/ramda/ramda-fantasy - 457483b32a5ec118b3d2746f3395a4f1a5800211 authored almost 8 years ago
Merge pull request #1900 from davidchambers/fantasy-land

[email protected]

github.com/ramda/ramda - ef2516966351d9a27abcfdfeed0aa701cbeee15d authored almost 8 years ago
Merge pull request #2156 from Bradcomp/pluck-signature

Updated type for pluck

github.com/ramda/ramda - 1be5a452a24013fba523dddf869e0fcd11b78611 authored almost 8 years ago
Updated type for pluck

github.com/ramda/ramda - 3d313441a169920754acf45e9d88a7f9a43b56e6 authored almost 8 years ago
Merge pull request #158 from ramda/raine-patch-1

docs/Reader: fix possibly incorrect type sigs

github.com/ramda/ramda-fantasy - ccd1b709ddd0016db18d5ba39911ce31a669b855 authored almost 8 years ago
Merge pull request #155 from ferborva/master

Either instance 'either' method

github.com/ramda/ramda-fantasy - 17f059a8a0146adeae45f49e51a030a3b9dea215 authored almost 8 years ago
docs/Reader: fix possibly incorrect type sigs

github.com/ramda/ramda-fantasy - 4d44688abf91c970958f4e9d6279da08e4789e48 authored almost 8 years ago
feat(either): Extend prototype with either method

Author: Bordallo, Fernando <[email protected]>
Date: Mon Mar 6 13:09:46 2017 +...

github.com/ramda/ramda-fantasy - 715b78ae4e01a17fe3ca1c1f4ebef5736693e620 authored almost 8 years ago
Merge pull request #2126 from Siilwyn/include-files-specifically

Ignore tmp-test-bundle.js to decrease package size

github.com/ramda/ramda - 6e679ab4894fed2d8f410e6135c2400a1f5ab8b9 authored almost 8 years ago
Add startsWith and endsWith functions (#2120)

github.com/ramda/ramda - 15158a94e5a35f87bda37280d7d8ca2d2f2a7b02 authored almost 8 years ago
Merge pull request #2144 from simplysh/fix/example-transpose

Fix example for transpose documentation

github.com/ramda/ramda - a3d860396b2676510a10d3036bed4dfada4aaea0 authored almost 8 years ago
add Chinese translation link to README.md (home page)

github.com/ramda/ramda - 666b84d4eae68463f509c11a257b6cfdacdb2945 authored almost 8 years ago
Merge pull request #2119 from davidnormo/take-transducer

Fixed `xtake` where n < 0

github.com/ramda/ramda - 33e1d7aaaaeed9797d76e1032659bf81bfee258d authored almost 8 years ago
fix example for transpose documentation

github.com/ramda/ramda - 7b31b43847922409d2524bf5dd188f1a7c3b6a81 authored almost 8 years ago
Use Pug templates for index and releases pages (#167)

github.com/ramda/ramda.github.io - 6cbafb0388fca279f722d71c80c33e20d0e0a7b7 authored almost 8 years ago
Add example of using a function with `type` (#2131)

Add example of using a function with `type`

github.com/ramda/ramda - 68ff8a5ae50fb304653952bca9df262231abd838 authored almost 8 years ago
Enable loading of external scripts (#160)

github.com/ramda/ramda.github.io - 5d50289e9ab0465694022761f957dc6642867eab authored almost 8 years ago
add memoizeWith (#2130)

github.com/ramda/ramda - dc1d94d5f43cb8e76da17fe3db92c6fc7705e22b authored almost 8 years ago
binary, curried composition (#2127)

github.com/ramda/ramda - 246b7f36534f598a573bfb404b4bf27aabc0908a authored almost 8 years ago
Add mergeDeep, mergeDeepWith & mergeDeepWithKey (#1867)

* Add mergeDeep{Left,Right,With,WithKey}

* Fix docs for mergeWith & mergeWithKey
The origina...

github.com/ramda/ramda - f49810a0b2b9117720d24cb7bdbd6cc2a9e5b418 authored almost 8 years ago
Replace .npmignore with files field

github.com/ramda/ramda - 80ed9018d3ff7458b94dcf273612fab4a8a17b4c authored almost 8 years ago
Remove jshint/jscsrc leftovers (#1559)

Remove config files and jshint switches in
the sources.

github.com/ramda/ramda - 591ec8d99cbc3bd89e232f21ec5d6c6df1934cb8 authored almost 8 years ago
Fixed `xtake` where n < 0

github.com/ramda/ramda - 6e27ce5e29a579bf4334aa9c1c19542283b20794 authored almost 8 years ago