Ecosyste.ms: OpenCollective

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

github.com/ramda/ramda

:ram: Practical functional Javascript
https://github.com/ramda/ramda

Change category of path functions from string to object

R.path and R.pathOn were categorized as string functions but does really
operate on objects sinc...

d29fad66f9984486855d06a66cd277dd4b449c93 authored almost 10 years ago by Ludwig Magnusson <[email protected]>
Merge pull request #465 from davidchambers/apply

add R.apply

c1f510b91420e75c54343466bb96cca88e2162f3 authored almost 10 years ago by Scott Sauyet <[email protected]>
add R.apply

f0721feb941749b98a27c86cdd06dbb57d48e6f3 authored almost 10 years ago by David Chambers <[email protected]>
Merge pull request #464 from TheLudd/master

Reverse argument order in R.tap. Solve #453

4c74e5a4a326263ac480d875869fe559674c39d6 authored almost 10 years ago by Michael Hurley <[email protected]>
Reverse argument order in R.tap. Solve #453

R.tap took its arguments value first, function second but it was
generally agreed that the funct...

8b29cf1825aee6f33a3d14ea8ddbb0ca3a192440 authored almost 10 years ago by Ludwig Magnusson <[email protected]>
lens and tests

b1a58ad5000ec2d63b83fc9cff3b343d36961b29 authored about 10 years ago by buzzdecafe <[email protected]>
Merge pull request #458 from megawac/megawac

Documentation +

bf52b648d99ac823e5c151133605eb8c196c7488 authored about 10 years ago by Michael Hurley <[email protected]>
+megawac

Hi I'm megawac

2825fa1f83c51ec78eda6bf7d3ef4bb3faa7cbed authored about 10 years ago by megawac <[email protected]>
Document max/min[With] helper functions

56a137f38da24e725414db68f914dc90d8d05e67 authored about 10 years ago by megawac <[email protected]>
Merge pull request #456 from megawac/max-min-abs

Abstract max and min, maxWith and minWith to helpers

f01bd2fa09860c43c02f598e6ed7f16b56e3be01 authored about 10 years ago by Michael Hurley <[email protected]>
Add benchmarks for maxWith and some trivialness

54716cd6e45751fb6bd4d3b5d58602c973d741b2 authored about 10 years ago by megawac <[email protected]>
Abstract [max|min]With to a helper

54c290a17ca37d8d5feebe04adaa4924ce2d404e authored about 10 years ago by megawac <[email protected]>
Abstract max and min implementations

8d4b2bd3a58fb8c7ce765e7dd1fd3d4d7452ca36 authored about 10 years ago by megawac <[email protected]>
fix lint error

f8d5f82a9632c75ef7f97f16ae25546bd39ca709 authored about 10 years ago by buzzdecafe <[email protected]>
beef up tests around min and max

b5e607d32c794782e462c2915ef0d664040d51f5 authored about 10 years ago by buzzdecafe <[email protected]>
fix li'l bug in max

3a3adebd0d1b55ae7d64b8c6b9ecc6fd15a80791 authored about 10 years ago by buzzdecafe <[email protected]>
li'l tweaks to max and differenceWith

0eccd0dff9a3671524f422f69680797bed18dd15 authored about 10 years ago by buzzdecafe <[email protected]>
speed up difference, use real name in package.json

6a5000d73e9410eb9c60307842b56feba99d107c authored about 10 years ago by buzzdecafe <[email protected]>
adding setProp and setPath. Minimal tests so far.

223dd2262e132491d5339173277df4e28bdaaf41 authored about 10 years ago by Scott Sauyet <[email protected]>
Fixing merge conflicts ???

66b027a8f8bb08ca5223adba1963d52bfc192001 authored about 10 years ago by Scott Sauyet <[email protected]>
adding setProp and setPath. Minimal tests so far.

888cba2bc11aca29716bee8a12717a4829e22c25 authored about 10 years ago by Scott Sauyet <[email protected]>
adding setProp and setPath. Minimal tests so far.

150f759537dd0c4a70c1cd36055f54a405c980ea authored about 10 years ago by Scott Sauyet <[email protected]>
Merge pull request #450 from davidchambers/aliases

remove unnecessary tests for aliases

2319e4c738e0028a2f649e631c8f926f9ad4d9a1 authored about 10 years ago by Scott Sauyet <[email protected]>
remove unnecessary tests for aliases

3efc1651d398d27f6a7d695157fc24fa911a6998 authored about 10 years ago by David Chambers <[email protected]>
Merge pull request #449 from davidchambers/map-entry

add R.createMapEntry

e2970aa7bf18e54098c07b2e4c5cdc35a48f80f9 authored about 10 years ago by Scott Sauyet <[email protected]>
add R.createMapEntry

b62f04093a9d00daac5721287ec5a47349d46731 authored about 10 years ago by David Chambers <[email protected]>
Merge pull request #448 from davidchambers/ramda

s/CrossEye/ramda/

d76c9edd04e44f66bee560d792ec86e6171d4d98 authored about 10 years ago by Scott Sauyet <[email protected]>
s/CrossEye/ramda/

69ba215730d5f87d0de47596b35668757e7c7185 authored about 10 years ago by David Chambers <[email protected]>
using keysIn rather than just keys for pick/omit. [Fixes #444]

9b7256c6b950926364d182933cacd10cc4379dfc authored about 10 years ago by Scott Sauyet <[email protected]>
Truncating arguments to function created by invoker [Fixes #445]

cd5723f4238e7b83ddee0e2670bb3f778afebd84 authored about 10 years ago by Scott Sauyet <[email protected]>
Changing target object in invoker. [Fixes #445]

8b36ae5b1d4116c58a75270e0b161847d2e1c7d5 authored about 10 years ago by Scott Sauyet <[email protected]>
closes #442

bdda46c2e527f2755370f0c7a4794b9a76b0e359 authored about 10 years ago by buzzdecafe <[email protected]>
Merge pull request #443 from jethrolarson/jsdoclazy

Added JSDocs to the lazylist extension

5619737765ccc9208ecf4bc85456389a83a60d84 authored about 10 years ago by Scott Sauyet <[email protected]>
Added JSDocs to the lazylist extension. Largely a copy-paste modify from core. I'm not too sure about the @sig stuff as I've not learned me a haskell.

597a47d92742c9640be85f33e5604f79d2356a7c authored about 10 years ago by Jethro Larson <[email protected]>
Merge pull request #439 from TheLudd/master

Fix spelling errors in tests for pathEq.

4aff000706919c6c3918dfc92d12d0b972e8c908 authored about 10 years ago by Michael Hurley <[email protected]>
Fix spelling errors in tests for pathEq.

e04bf1c2122cc45221b5e1b2e250ae4c1ee12c0f authored about 10 years ago by Ludwig Magnusson <[email protected]>
Merge branch 'megawac-compareKeys'

f5741f97430d3034892cfebf02282ae049df102d authored about 10 years ago by Scott Sauyet <[email protected]>
Fixing doc typo

4061fb7046688453158e2ac4aa362cdd635cfc5d authored about 10 years ago by Scott Sauyet <[email protected]>
Merge branch 'compareKeys' of https://github.com/megawac/ramda into megawac-compareKeys

a4a6b1ca164b39a369fa4856d7805e4a076a80b4 authored about 10 years ago by Scott Sauyet <[email protected]>
removing unneccesary has/hasIn tests (Fixes #437)

6614102fbb166370058b72630da57d86c392d7d8 authored about 10 years ago by Scott Sauyet <[email protected]>
sortBy: internally cache the keyValue comparator

7ac4666d5d2643e13e065e4545c745b6ef75719c authored about 10 years ago by Graeme Yeates <[email protected]>
Merge branch 'master' of github.com:CrossEye/ramda

4857446d1c50caeef8604085c5b0c471a2ac516e authored about 10 years ago by buzzdecafe <[email protected]>
generic n-ary lift and liftN

1014d876a1dedfdd9e0ae2c00cd06b3ea6277daf authored about 10 years ago by buzzdecafe <[email protected]>
Merge pull request #436 from TheLudd/master

Add R.pathEq function.

37e280e945a28b8d765e04b9a40cee797549f303 authored about 10 years ago by Scott Sauyet <[email protected]>
Updated documentation

Changed the documentation of R.pathEq to align more with R.path.

40aa43685c3cdf5a739573a9c32a5372bfdf9180 authored about 10 years ago by Ludwig Magnusson <[email protected]>
Add R.pathEq function.

R.pathEq determines whether the given, possibly nested, path of an
object has a specific value ...

b7b82653ebed0fa4f75dff11dcfc808c01ddbbfc authored about 10 years ago by Ludwig Magnusson <[email protected]>
Merge pull request #432 from Stankalank/bp-add-has

Add R.has and R.hasIn functions and tests

71d52fe1a1fc9a3c0c836eb490f288268aee926d authored about 10 years ago by Michael Hurley <[email protected]>
Add R.has and R.hasIn functions and tests

8eaf3da7d568418a8b53b83943e77e9bc969efa6 authored about 10 years ago by Ben Perez <[email protected]>
Merge branch 'eithermh'

8b33a834dfa1aa71360591631d562da0bddb84bb authored about 10 years ago by buzzdecafe <[email protected]>
Merge pull request #435 from donnut/newIdentity

identity monad

a1b61e246390f7f0cc12064ba0c1c43835ebc45d authored about 10 years ago by Michael Hurley <[email protected]>
identity monad

b590129a4bf368db54665fa13de8a43f3a923a17 authored about 10 years ago by Erwin Poeze <[email protected]>
either impl

dd43bfeb15fd5cc241d72b7bc03f9a222b5a8703 authored about 10 years ago by buzzdecafe <[email protected]>
fix broken Makefile

152180f4d92d68b5298389794bcd81ed364eedc0 authored about 10 years ago by buzzdecafe <[email protected]>
dont lint or cs min file

a8a0ed0ea2e666f369af79fd66314bfcf047aade authored about 10 years ago by buzzdecafe <[email protected]>
prep 0.6.0

ef61dec5e21574ce1d5374c1ca39104c87c273ac authored about 10 years ago by buzzdecafe <[email protected]>
isArrayLike is a memberOf R [ci-skip]

e97635f12d28eeb0bbc61f9bf004e96bd9ebf76b authored about 10 years ago by buzzdecafe <[email protected]>
concat should probably have operator sematics

d0cdc9f0e9acd2938288e30bf4092216fdff64b6 authored about 10 years ago by buzzdecafe <[email protected]>
cat fixes [ci-skip]

78ca8f161c9b8ec92f0058f0cfdf22b1aba51219 authored about 10 years ago by buzzdecafe <[email protected]>
fix trim for IE < 9. yay. my favorite.

847be8cb13e2f0882837b4e0742164d74efeb3bb authored about 10 years ago by buzzdecafe <[email protected]>
port es5-shim trim tests

6706456d8c239f3c8ed9efc698c691b475bddd1b authored about 10 years ago by buzzdecafe <[email protected]>
Merge pull request #423 from davidchambers/deedpoll

--rename ctor:Ctor

eb618008192dc5a0268abea5388e70e1bb117636 authored about 10 years ago by Michael Hurley <[email protected]>
--rename ctor:Ctor

da90cdfc7f459d63be1e3ae276ca83f91b46aa7d authored about 10 years ago by David Chambers <[email protected]>
proto trim with fallback regex

prototype trim with fallback regex

846ff64336a8785d414f5dbfca553312f7301e95 authored about 10 years ago by buzzdecafe <[email protected]>
Merge branch 'op2'; placeholder-y semantics for `op`

a234239e08fd4b5e4a8f07a459a4dc2586c45925 authored about 10 years ago by buzzdecafe <[email protected]>
Merge pull request #419 from megawac/key

Optimize keys check and fix? for node-webkit

7d67b46b565688d373b60af35b29f23a7ca3b641 authored about 10 years ago by Michael Hurley <[email protected]>
Optimize keys check and fix? for node-webkit

e7b7810e582ebf10016914f117b50bc4d9fb0cc0 authored about 10 years ago by Graeme Yeates <[email protected]>
Merge pull request #415 from anton-rudeshko/fixes

Another bunch of minor fixes

1e71f9aebb8e28d179830826c6672518891aae50 authored about 10 years ago by Michael Hurley <[email protected]>
Another bunch of minor fixes

65868ab22adf29ab340fc16151632fa29690db57 authored about 10 years ago by Anton Rudeshko <[email protected]>
Merge pull request #413 from anton-rudeshko/trim

Added R.trim method and simple test. Closes #401

0893bfff946ada9e4244815a3a99e9517c842675 authored about 10 years ago by Michael Hurley <[email protected]>
Added R.trim method and simple test. Closes #401

Uses polyfill to comply with ES3.

590bceb438542eb7ea7c01732e9e4383ce06f5c7 authored about 10 years ago by Anton Rudeshko <[email protected]>
.

eb6844a50bc1bbd0f19aed790bd396b07832dcea authored about 10 years ago by buzzdecafe <[email protected]>
Merge pull request #412 from anton-rudeshko/small-fixes

A bunch of minor fixes and typos

a4de8bc6760854a20cd6de7b41cd0ea934f14183 authored about 10 years ago by Michael Hurley <[email protected]>
A bunch of minor fixes and typos

b7a40616479faaf2c6c1241e077600ca73849ac6 authored about 10 years ago by Anton Rudeshko <[email protected]>
Added IntelliJ IDEA platform project files to .gitignore

b197da572ca28af8c7986907913fcfb172be7179 authored about 10 years ago by Anton Rudeshko <[email protected]>
turns out dox is required

93379e35b9e3bbffbb7d7ebda87723a8dbfaa3c8 authored about 10 years ago by buzzdecafe <[email protected]>
turns out dox is required

97b57ecef30f177ddc812898de90b279e6d300fc authored about 10 years ago by buzzdecafe <[email protected]>
Merge branch 'master' into op2

1671cd565a97a6c98afba3a1083ffb07a364f146 authored about 10 years ago by buzzdecafe <[email protected]>
cleanup

8649f52dfa9b0ef0f195866bbda2e7ed592aa4b8 authored about 10 years ago by buzzdecafe <[email protected]>
revised op semantics

f26dccc36a3b5184afd936df4341cabad8162afd authored about 10 years ago by buzzdecafe <[email protected]>
Merge pull request #410 from donnut/typos

corrects typos

e946777b46ffb6bae9592eb3e93f0a63ad1ff3f7 authored about 10 years ago by Michael Hurley <[email protected]>
corrects typos

d3ff92d2bc1c88252794af58a1ef195e5de9cbea authored about 10 years ago by Erwin Poeze <[email protected]>
rename propOrDefault -> propOr

178cb64cf967d0cf0e67a42e1a948956c89ff0c9 authored about 10 years ago by buzzdecafe <[email protected]>
Merge branch 'JAForbes-patch-1'

c586215604492d0f776d586132648466433a57ae authored about 10 years ago by Scott Sauyet <[email protected]>
Fixing trailing whitespace

3dbb86448373d3b4af09b651b8f02a42557c77f6 authored about 10 years ago by Scott Sauyet <[email protected]>
Application example of R.useWith

5b3434951431f6b0d9c3ad97b24e37fec363a3df authored about 10 years ago by JAForbes <[email protected]>
Merge pull request #407 from steelsojka/master

test(cone): add more tests for "cond" function

aea0b5f6272d5e4c9f62a7bbc54d7a2a30f7a969 authored about 10 years ago by Michael Hurley <[email protected]>
test(cond): add more tests for "cond" function

b12958a4f6615794b326764742a6cbe51e587054 authored about 10 years ago by steelsojka <[email protected]>
Tweaking the description/signature of 'cond'

b8d7f789e8b0eca81325e4c2d7f9c5026f477346 authored about 10 years ago by Scott Sauyet <[email protected]>
Merge pull request #406 from steelsojka/master

feat(if): add conditional "if" function

20ff8e79e2b5c582e67fbb7bc093632eccfe7809 authored about 10 years ago by Scott Sauyet <[email protected]>
feat(cond): add condition function

44b4dfc5c597c01f537003d7789651ca85869f91 authored about 10 years ago by steelsojka <[email protected]>
Merge branch 'master' of github.com:CrossEye/ramda

d652fa66e138abe703526c035d464a6235564c60 authored about 10 years ago by buzzdecafe <[email protected]>
trying to get orchestrate working again

3a1a00df1ba3e44488297ad4595f35d5b31ba926 authored about 10 years ago by buzzdecafe <[email protected]>
Merge pull request #403 from megawac/reverse

Define reverse explicitly

abfe0e2999705f55635e71a1f28e6698f5fa25c9 authored about 10 years ago by Michael Hurley <[email protected]>
Define reverse explicitly

fb5b242d474296abf23fd0e2e1953c10604c3cd6 authored about 10 years ago by Graeme Yeates <[email protected]>
doc tweak for bind

a00f12dae9635721c7dd4b07b592d2f6458a8739 authored about 10 years ago by Scott Sauyet <[email protected]>
fixed most of bench task problems--but for one weird one

587111f0588043791b6948fe9e98eec57572c140 authored about 10 years ago by buzzdecafe <[email protected]>
pretty pretty badges

b49aa9e723c0b6e84da9d453c7e2e9258dfa013d authored about 10 years ago by buzzdecafe <[email protected]>
Merge pull request #391 from fson/simplify-invoker

Simplify invoker and invokerN

ae47dc3be1729f6dece90d9bdcb54bb4e16ed9a4 authored about 10 years ago by Michael Hurley <[email protected]>
update docs for bind

859efdb4485a9a3a615032d48ad368fc74680b3f authored about 10 years ago by buzzdecafe <[email protected]>
add bind test to index

92bed40098fb1024613bd4c2820ec9e59dd6c105 authored about 10 years ago by buzzdecafe <[email protected]>