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
Fixes "should be unwind" and clarifies the rest..
fd55a1a0d82eb8e45e2974c2c9a70525d7b6ef42 authored 12 months ago by bion howard <[email protected]>e02ae048797cae4717da5545495f291ecfa5ab3a authored 12 months ago by Kuba Juszczyk <[email protected]>
96d601016b562e887e15efd894ec401672f73757 authored about 1 year ago by Kevin Wallace <[email protected]>
02d610e91b9ddf14301716f7a7fc2a79a342fd0a authored about 1 year ago by Alexander Berndt <[email protected]>
74cfca7122329f4c6472da1411dc2964e36232f3 authored about 1 year ago by Kevin Wallace <[email protected]>
246fbacab05ecc1840266432a2608ae45a81b1bd authored about 1 year ago by Harris Miller <[email protected]>
ddd973612cdd0baab6b51a1766973c583ec6c750 authored about 1 year ago by Harris Miller <[email protected]>
4261fb119e17438b991c7a179245f96c13507041 authored about 1 year ago by Ridge Kimani <[email protected]>
* chore: update vulnerable dependencies
---------
Co-authored-by: Ridge Kimani <ridgekiman...
73789d6b3f1330cc6a39cedbea718b17323c4b28 authored about 1 year ago by Ridge Kimani <[email protected]>2bcbc933560e6ca63b32015ca6f8cff7d2ec7c2e authored about 1 year ago by Alexander Berndt <[email protected]>
003668f2fcd3665be84cd1921875961f31fd135e authored about 1 year ago by Kevin Wallace <[email protected]>
acbf91af8a3b39e22d3a1f24d068356891797851 authored about 1 year ago by kedashoe <[email protected]>
* fix: _curryN should not call curried function until all arguments are received and no placehol...
677bff4db0650ba8a01854ac2d050f465ec2975b authored over 1 year ago by manyuemeiquqi <[email protected]>2df3b95287dee52ad2c2f365a3e872ecc979ff4b authored over 1 year ago by Kevin Wallace <[email protected]>
* fix: modify curry doc
e07a0d5c52e8d137a92db4a4ab8ccc1a6b7c1732 authored over 1 year ago by Gonzalo Leguizamon <[email protected]>de77106af0bd7ff6696fc201bdfd5280ac8f4c64 authored over 1 year ago by Artem Laboskin <[email protected]>
165d2ae662e6ce31cb4a56e22bbc8ee06eb32bcf authored over 1 year ago by xhangjun <[email protected]>
6dd4ac95f9e1ca5597188e12b5b7df9f50de4693 authored over 1 year ago by Harris Miller <[email protected]>
9c2310c6854727c299391e4c91098c402401840c authored over 1 year ago by Chris Hammock <[email protected]>
241f81126cefe87147120b09ab4090c0ca89b244 authored over 1 year ago by JuanGalilea <[email protected]>
de5803d77e9bb1b19cacfc4bc131eb341f996c97 authored over 1 year ago by sacrosanctic <[email protected]>
7ed79b4dd21e31271038d22e8533ef154a182cbc authored over 1 year ago by Fred Daoud <[email protected]>
d67552d3977f362f44825b4836ba46f23e8a6f37 authored over 1 year ago by Kevin Wallace <[email protected]>
afe98b03c322fc4d22742869799c9f2796c79744 authored over 1 year ago by Kevin Wallace <[email protected]>
* change the sequence and traverse implementations to operate on FantasyLand-standard applicatives
cb73de992692342790c91b798757c188d2122b62 authored over 1 year ago by Matthias Seemann <[email protected]>171b34e9d3b38111bf3d909bf2f0e1467c6a5053 authored over 2 years ago by Ivan Milosavljevic <[email protected]>
* Use Maybe.Just and Maybe.Nothing instead
* import Just, Nothing directly from Maybe.js
50c6b57110b2f3631ed8633141f12012b7768d85 authored over 2 years ago by Zhang Yidong <[email protected]>
This change addresses the issue of `of` not being able to
work with Applicatives.
Fixes #326...
dec329da9cfc683523e8804e99121d48e5c73570 authored over 2 years ago by Julien Gonzalez <[email protected]>a4998cf763388534a07619a93bf13ec3823d5517 authored over 2 years ago by wangzengdi <[email protected]>
a5aea90e44f12177cbd19f0dd9ca7ab283bb9a26 authored over 2 years ago by Zhang Yidong <[email protected]>
d0099847b50660f3ddefc528c0813e9983d6b394 authored over 2 years ago by barleendhaliwal <[email protected]>
* feat: using npm-run-all -p to run scripts parallel
* feat: run spec and lint parallelly too...
6d38d5ae784eeb71df002e3a1fc048b4b2e0fda2 authored over 2 years ago by wangzengdi <[email protected]>82cc5d506b32943e5a0d98f798c2c68c445e2478 authored over 2 years ago by PS-PARSA <[email protected]>
3141d1a7b724e9432201c848a399be18f627bc8e authored over 2 years ago by PS-PARSA <[email protected]>
45604ec4c3a7220cdfd39d0803dc194cbefdeb9f authored over 2 years ago by PS-PARSA <[email protected]>
e6b004748237e689c71f6926d81ca4f93b990130 authored over 2 years ago by PS-PARSA <[email protected]>
1bda1753475b2cea39beef83c61247bedd9cc2a3 authored over 2 years ago by PS-PARSA <[email protected]>
db7e339a3a8311608795ca3ff7dbbc4e3df8b9b3 authored over 2 years ago by zyd <[email protected]>
* fix(3258): handle no prototype objects in R.clone
Fixes: https://github.com/ramda/ramda/iss...
beafc3c79a7058b61c0420674b46fc2f24e1335e authored over 2 years ago by Sakthipriyan Vairamani <[email protected]>* Add R.scan transducer tests
* R.scan transducer enabler: R.into should always call the @@tr...
ea8c8b156144656c1b28b43cdd1bd3e3c5edbed4 authored over 2 years ago by Xavier Garcia Buils <[email protected]>`collectBy` already links to `groupBy`. I thought it would make sense the opposite way too.
5a7ccd58d2b742598457edd7aaef54803f557654 authored over 2 years ago by YCM Jason <[email protected]>960cc98e81c72faf812304d010675e0814b9a276 authored over 2 years ago by Xavier Garcia Buils <[email protected]>
956533c11aa70b64e6e7d8eaeda9a705fdeeb38f authored almost 3 years ago by briandavidclark <[email protected]>
0108fd1b746ad36e3686fffafd97b28e0b661bf6 authored almost 3 years ago by Xavier Garcia Buils <[email protected]>
cd47cbd2c4debbb188ff8a165de610d325aac674 authored almost 3 years ago by Xavier Garcia Buils <[email protected]>
aaffe722cadcb366aadf1f547f99195cbdef31fe authored almost 3 years ago by customcommander <[email protected]>
8b612438c2f6791632afe75fc67770c379d36580 authored almost 3 years ago by Xavier Garcia Buils <[email protected]>
* Implement dropRepeatsBy (#3041)
* Improve tests for dropRepeatsBy
* Remove arrow functio...
c7aef9ad5e98edef184dffb03fc6c1e7e067f1a4 authored almost 3 years ago by Ivan Filho <[email protected]>* docs: memoizeWith: rewrite documentation and example. close #2314
* docs: composeWith: clar...
3175f726367bc0526a86d5dcc362e2ba8b8bd379 authored almost 3 years ago by Julien Gonzalez <[email protected]>243a0910ed49131682f623a5625a0f01a76852a8 authored almost 3 years ago by Julien Gonzalez <[email protected]>
* Improve min and max logic
* Fix import and update tests
* PR comments
* Change const ...
37c568af5952a0bc7f9c9305be267a3a143af37e authored almost 3 years ago by abrwn <[email protected]>7eefed339661440671aa770822af399bc50f944a authored almost 3 years ago by wangzengdi <[email protected]>
c2cafc2a42fc9d28fa25e17c3df54d67481fbba7 authored almost 3 years ago by Brian Caine <[email protected]>
* Improve R.intersection time complexity
* Improve R.without time complexity
* Remove prev...
6d2f4776b493b189b658a835a548b39340dcf883 authored almost 3 years ago by Paulo Henrique Cuchi <[email protected]>* improved _clone function
* adding _ObjectMap
d27c944b4aa974d42b68899270311fb10419ad79 authored almost 3 years ago by danillosl <[email protected]>dc3e7e7df04ee08ae686977faedf36da0ce534f4 authored almost 3 years ago by wangzengdi <[email protected]>
bfd80499633a668ee9bc456452c9367a590b336e authored almost 3 years ago by customcommander <[email protected]>
4e53e0914aa6ef5359220025dd600033abd936b3 authored almost 3 years ago by customcommander <[email protected]>
bb611e345dfb785d396d4489729e8f83ed28a28e authored almost 3 years ago by customcommander <[email protected]>
a8cd3044f23f805bbe6ecb69ad5a67c138f0f31b authored almost 3 years ago by customcommander <[email protected]>
56a36ecaa42a0f89132aaef575ac8c785ade033d authored almost 3 years ago by customcommander <[email protected]>
4fb5c61875108842932371167e8b439a040acde7 authored almost 3 years ago by BobbieBarker <[email protected]>
Since `traverse = sequence of (map f traversable)`, and
`sequence :: (x -> f x) -> t (f x) -> f...
e575baa5e3cb47a42648258298d976d526e61b1b authored almost 3 years ago by Wojciech Pawlik <[email protected]>
* Add isNotNil
In javascript projects it is often necessary to to someething if
something is...
ab928b3a9a3229b76bde2cd2f20f413cd50c3f78 authored almost 3 years ago by James Conkling <[email protected]>
* Make the invoker documentation a little more understandable to newbies like myself
* Clarif...
049893d27c16b1632e8a3af76b813ebf1a2a407f authored almost 3 years ago by Kurtis Rainbolt-Greene <[email protected]>9bffeb7c6e06d9617578e99d0d4abb4b1ac2bd90 authored almost 3 years ago by Jeff Downie <[email protected]>
d197043e75ec08a344e647ea555eee56fb6e64ea authored almost 3 years ago by wangzengdi <[email protected]>
* hasIn: added protection against undefined object
* null safety reduce
6aadd7b7a7198001ba77b4af539d00e06fdcb06f authored almost 3 years ago by Kuba Juszczyk <[email protected]>* Add docs to `path`.
* docs: update path doc, signatures and related functions. address Scot...
f0de0fd008988fea5052cfe26b2f0be646bb0d4b authored almost 3 years ago by Andrew Smith <[email protected]>33de5cd0906c00dc62d78ea46f27bf232a79cfd5 authored almost 3 years ago by wangzengdi <[email protected]>
* fix: update readme.md ramda version before publish
* chore: update LICENSE.txt copyright da...
713400da67664a1cf3eb14029a325ea6bdb86cb0 authored almost 3 years ago by wangzengdi <[email protected]>3e100e9b899874bbe7d98ee43a8e89e6380cd986 authored almost 3 years ago by Jonathan Berube <[email protected]>
* fix, add use first flags property, and support dotAll flag
* add dotAll flag test case
*...
1bd60c53d18c04e93f51d6cff0070d8320a8a790 authored almost 3 years ago by HoKangInfo <[email protected]>* Update eslint-plugin-import to ^2.25.4
* Lint extensions fixing under lib/* and test/*
727770903c09351dc1a981b03ba87a97b9d1cd3e authored almost 3 years ago by Cotton Hou <[email protected]>7f37e8a4243de2b6c39d0490ef282873e405f9ad authored almost 3 years ago by Scott Sauyet <[email protected]>
* Remove placeholder check from identical
This fixes [#2533](https://github.com/ramda/ramda/i...
56072b23532058d99d2f85108ef7fb8387a98c8e authored almost 3 years ago by Matthias Seemann <[email protected]>fix ramda/ramda.github.io#261
31ed57432232da47f697fe8bc0a9e4789558d5f2 authored almost 3 years ago by Julien Gonzalez <[email protected]>* docs: Warn about mutating accumulators` -m "
Fixes #3200
* docs: Warn about mutating acc...
698bdc4efa56dae0f41b6529b860c3a6ed02a0ec authored almost 3 years ago by Scott Sauyet <[email protected]>c207cf1be650e8373bef85a77198ba23647c9165 authored almost 3 years ago by Scott Sauyet <[email protected]>
95d897e60b359cadd22c8d19c13bd75d100eb40a authored almost 3 years ago by Julien Gonzalez <[email protected]>
As of time of writing the service https://david-dm.org/ seems to be down
and/or unreliable. As ...
dd2685342cc8b259e76376c62a1fd617d4bf90a4 authored almost 3 years ago by David Chambers <[email protected]>
1a5d40bb143738d7366aa26e5e2957e42ecd7ce6 authored almost 3 years ago by David Chambers <[email protected]>
backport security fix
4d8e8f074f54ef7f63458f71b66de5056054341c authored almost 3 years ago by David Chambers <[email protected]>* Security fix for ReDoS
Security fix for ReDoS vulnerability.
* Update trim.js
* Updat...
94d057032c9b3ecf26d9842fbb12c981bda29f4b authored almost 3 years ago by ready-research <[email protected]>8ae355e8ad80b5a24c5eec149a1a3c583d494afb authored almost 3 years ago by David Chambers <[email protected]>
* chore: lift can wrap 1-arity function
* fix: try to fix github ci/cd workflows
b8307a7d29d78af18234b99a1bd7aae5087d082a authored about 3 years ago by wangzengdi <[email protected]>* build: fix linting errors
* test: remove u180E from test string as it was no longer conside...
1843493ca24a87642924f49bad5d4577d2b26666 authored about 3 years ago by Julien Gonzalez <[email protected]>Co-authored-by: louie <[email protected]>
d5e178deb0cc6380287b3c42b070d2e6803a3b0b authored about 3 years ago by Lei Tan <[email protected]>ef6451f0ce8527c647d53b01990d4b854515e846 authored about 3 years ago by wangzengdi <[email protected]>
* Object.create(null) should be considered an object
* removing parens in for val in docs
...
a02e6ae55b388bf158213e2154af06630534e792 authored about 3 years ago by Behram Kapadia <[email protected]>fixed typo in test
f4d7d06d6b4f636cfc8c63445561df72cbce64d9 authored about 3 years ago by David Chambers <[email protected]>9c5e2178e7467a05f9962956dcd390933da6fc50 authored about 3 years ago by Mohit Malik <[email protected]>
* Security fix for ReDoS
Security fix for ReDoS vulnerability.
* Update trim.js
* Updat...
37af6ae2ca8b94656996dd27fb0a1f208d69134e authored about 3 years ago by ready-research <[email protected]>* equals: fix spelling
* test: fix spelling
* test: collectBy: fix spelling
a1a90ddd34c66d8738598beccbb0d50c3ed9ad99 authored about 3 years ago by Tristan Matthews <[email protected]>* Move detailed spec to description section
* Supplement description for `and`
* Use detai...
d0e72a81dc077440eac176c918746d40e2199321 authored over 3 years ago by Kara Jovian <[email protected]>fe4a05528f1b08cad45f61f0db34501c51cee650 authored over 3 years ago by Scott Sauyet <[email protected]>
* Update README.md
Closes 3173
* Update README.md
b17c8e2f200d1b006033028db73771b3e09ac1b3 authored over 3 years ago by bunglegrind <[email protected]>