-
In my opinion Ramda's `curry` handles two things not particularly well.
1) It does not care about function name
2) It does not pass `this` properly
#### My implementation
```js
let assert =…
-
Using Typescript 2.5.2, errors are emitted because of the syntax used in the definition file for this project.
On rambda 0.9.3, in index.d.ts, on lines 387 and 388, the syntax is wrong.
```types…
-
im seeing rambda in my entry bundle under redux-forms and in my vendor bundle from min-chunks > 2 (redux-forms-react). you're library is the only one using ramda in my package. if i update redux-for…
-
As far as I can tell `defaultsTo(defaultArgument, inputArgument)` is the only method that provides a way for defaulting to a value (providing some 'or' logic). However, the built-in test for `inputArg…
-
Hi, I am looking for a `chain` or `flatMap` function, but can't find it. Is there such a function and if so, what is it's name? If not, is there a special reason and might I submit a pull request to a…
-
When `next` receives new context returned by ramda's lens method `over` or `set` the `handler` is never called. It propagates through all of middleware but never actually calls the `handler`.
Example…
Dartv updated
7 years ago
-
¿Debería el template debería tener soporte para esto?
O depende de cada implementador filtrar los parámetros del `ctx.request.body` cuando se están haciendo patches a los modelos?
-
I've noticed that a lot of functions have a check whether the arguments are defined inside of them.
To cut down on size, wouldn't it be better to just wrap them in curry functions ?
-
I have two maps/dictionaries that I'd like to combine into a single list by the keys in each map.
I've heard of the [ZipWith function in Rambda](http://ramdajs.com/docs/#zipWith), but that seems to…
-
Hi!
I wrote [D★Stream](https://github.com/ddfreyne/d-stream), which is very similar to Piperator. D★Stream comes with a handful of built-in pipeline transformations, which Piperator does not. D★Str…