-
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…
-
Hi, there is any option to support module resolve, with multiple files. For example
```
...
include:{
'ramda': './node_modules/ramda/es'
}
...
```
I can use `ramda/lens` or `ramda/len…
-
In the future will _infernu_ analyse code written using Ramda.js (https://github.com/ramda/ramda) as functional library?
Their functions are all documented with type signatures, e.g. `@sig a -> (* -> …
-
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…
-
* Operating System: N/A
* Node version: N/A
* google-play-scraper version: 9.1.1
### Description:
Snyk has identified a vulnerability in **ramada** that is _fixed_ in >0.27.2
View vulnerabil…
-
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…
-
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…
-
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"
}
}
…
-
@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