-
the following function declaration generates a typescript compile error:
`const userMatchRoles = user => roles => R.converge(R.or, [R.includes(user.role), R.isEmpty])(roles);`
of course the er…
-
This one
```
import R from 'ramda'
```
gets removed.
The result is similar to this issue #36.
-
@LoganBarnett
It seems curried functions can't handle enums as a parameter. [Try Flow](https://flow.org/try/#0CYUwxgNghgTiAEAXAngBwQVQHa2QMSwB4BBAGgCUA+eAXngAooAueYgSluvIG4AoeeKEiwEKdPABCASxwx8RMh…
-
@vaderdan observed that
```flow
: `fn: (s: S, a: T, b: T) => T,` type repeats and could be in own type
```
https://github.com/flowtype/flow-typed/blob/e278878fb6e954b054f5a735071b79694eeb06de/de…
syzer updated
6 years ago
-
As discussed in #695
> Not for now, but just because I'm thinking about it: I'd like us to consider moving away from `omit` for forwarding props to 3rd-party components, and use `pick` instead. IM…
-
### Pre-requisites
- [X] I have double-checked my configuration
- [X] I have tested with the `:latest` image tag (i.e. `quay.io/argoproj/workflow-controller:latest`) and can confirm the issue still e…
-
* Operating System: node16-alpine Docker Image
* Node version: 16.x
* google-play-scraper version: 9.0.1
### Description:
### Example code:
```js
const app = await gplay.app({
appId: "…
-
The Repl at https://ramdajs.com/repl/ tries to load sanctuary@latest and ramda-fantasy@latest, both redirect to a specific version and then result in 500 and 503 responses.
The requests:
https://b…
-
Recently @trgwii suggested the following addition for `metacall.json`:
```js
{
...
"imports": {
"ramda": "https://raw.githubusercontent.com/ramda/ramda/v0.27.1/dist/ramda.min.js"
}
}
…
-
After installing ramda I get the following error in snowpack:
```
[snowpack] Package "ramda" exists but package.json "exports" does not include entry for "./src/forEach".
```
Some dependency o…