-
That
![image](https://user-images.githubusercontent.com/32848434/67868374-f182c700-fb3c-11e9-9ce0-ff7371422114.png)
will show
![image](https://user-images.githubusercontent.com/32848434/67868526-2…
-
We were looking at using Rambda instead of Ramda because of the speed, size and complexity benefits but we weren't huge fans of the current Curry implementation.
We liked that you say you're curryi…
-
I love this library and I would like to propose an `unzip` function. It does pretty much the opposite of what your `zip` function does. I use this one:
```javascript
function unzip(array) {
ret…
-
Hello,
I've updated `rambda` to `3.2.5` in an angular project. And it all seemed good until I tried to run the application or storybook inside the project and started getting an error with `_ts-too…
-
Is it possible somehow to get IE11 support?
-
It would be great to implement isEmpty function, because ramda has it and there's no need for other dependencies. Now I just npm i lodash.isempty what is not so good as having all spells at hand
-
Why `splitAt('unicorn', 1)` is `['un', 'icorn']` instead of `['u', 'nicorn']` ?
`splitAt('unicorn', -1)` equals `['unicor', 'n']` is perfect.
But postive index is kinda weird, why design like th…
-
### Which Renovate are you using? CLI, App, or Pro
App
### Which platform are you using? GitHub, GitLab, Bitbucket Azure DevOps
GitHub
### Have you checked the logs? Don't forget to includ…
-
E.g.:
- `R.toPairs`
- `R.fromPairs`
-
The typings for `curry` seem to be broken:
Where should the `Curry` namespace come from? I think we should just include `ts-toolbelt` and use it's curry typing, see: https://github.com/pirix-gh…