-
### Issue description or question
Each and every time I try and use Quokka I have issues. Each. And. Every. Time.
The configuration system is a mess!!!! And, it gives NO options to debug it *that …
-
`/es` package entry point is conventional in modern libraries.
The suggestion is to provide `rambdax/es` imports in _ES5_ and _ES module format_ , [similarly to how it was done with `ramda/es`](ht…
-
There's still a few missing typings in `index.d.ts`. The following methods are contained in the docs here https://selfrefactor.github.io/rambda/#/ but don't have typings.
```
groupBy
indexBy
inde…
-
Trying to build a create-react-app with Rambda dependency and have this error:
```
Failed to minify the code from this file:
./node_modules/rambdax/dist/rambdax.esm.js:8
Read more here: ht…
-
`/es` package entry point is conventional in modern libraries.
The suggestion is to provide `rambda/es` imports in _ES5_ and _ES module format_ , [similarly to how it was done with `ramda/es`](htt…
-
What's the point of all above extra functions and the likes? I don't understand the need for the extra API surface and the cognitive overhead. I love that `lit-html` is extremely simple (aside from t…
-
Hey! We use rambdax quite extensively in https://github.com/Nozbe/WatermelonDB and between 0.12.x and 0.13, it's been breaking one of the tests.
TL;DR. This:
```
is(Array)([{}])
```
evaluat…
radex updated
6 years ago
-
```
const source = {a: {b: {c: 0, extra: "hey"}}}
const result = R.assocPath(['a', 'b', 'c'], 42, source)
result
console.log("extra=" + R.path(['a', 'b', 'extra'], result))
```
### expecting
…
-
Here are the existing types:
```
omit(names: string[] | string, obj: T): T
omit(names: string[] | string): (obj: T) => T
```
This means the type of the output value is the same as the typ…
-
const { lens, lensProp } = require("rambda");
are undefined