Vladimír Gorej

Results 228 issues of Vladimír Gorej

**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

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

https://medium.com/@gunar/async-control-flow-without-exceptions-nor-monads-b19af2acc553 https://github.com/jwoudenberg/fantasy-do

blocked
discussion

**Is your feature request related to a problem? Please describe.** Maps list of functions to a value **Describe the solution you'd like** ```js const rmap = R.curryN(2, (val, fns) {...

blocked
discussion

https://benchmarkjs.com/

enhancement

``` @charon: I think it would be a good idea to group the Related Projects section of the wiki so that ramda-adjunct and rcp (not actively maintained, it looks like,...

enhancement
group: promote RA