Vladimír Gorej

Results 228 issues of Vladimír Gorej

**Is your feature request related to a problem? Please describe.** Complement of http://ramdajs.com/docs/#pathSatisfies **Describe the solution you'd like** ```js pathNotSatisfies(y => y > 0, ['x', 'y'], {x: {y: 2}}); //=>...

help wanted
feature
Hacktoberfest

**Is your feature request related to a problem? Please describe.** Decimal adjustment of a number. **Describe the solution you'd like** Possible implementation ```js /** * Decimal adjustment of a number....

help wanted
feature
Hacktoberfest

**Is your feature request related to a problem? Please describe.** Static function which support fantasy/land bifunctor specification or calls a `bimap` method on provided value. If fantasy/land specification cannot be...

help wanted
feature
Hacktoberfest

**Is your feature request related to a problem? Please describe.** Polymorphic updating or inserting in one operation. We're using [ad hoc polymorphism](https://en.wikipedia.org/wiki/Ad_hoc_polymorphism) here. **Describe the solution you'd like** ```js //...

help wanted
feature
Hacktoberfest

**Is your feature request related to a problem? Please describe.** Functional `Promise.race` **Describe the solution you'd like** ```js const raceP = curry1(bind(Promise.race, Promise)); ``` **Additional context** Ref https://github.com/char0n/ramda-adjunct/issues/35

help wanted
feature
Hacktoberfest

**Is your feature request related to a problem? Please describe.** All that trampoline does is repeatedly call the return value of a function until it’s no longer a function **Describe...

help wanted
feature
Hacktoberfest

**Is your feature request related to a problem? Please describe.** Let's add section to README, warning users of the library that some functions in the library may report false negative...

enhancement

**Is your feature request related to a problem? Please describe.** We spend a lot of time rerunning the builds. We need to do this automatically. **Describe the solution you'd like**...

enhancement

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