-
### 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…
-
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…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Currently, Ramda is a dependency and Sanctuary is a devDependency. Remove Ramda altogether and change Sanctuary to a dependency. Also, change any files that used Ramda so that it doesn't anymore.
ghost updated
4 years ago
-
The type check for [`R.propOr`](https://github.com/flowtype/flow-typed/blob/master/definitions/npm/ramda_v0.x.x/flow_v0.39.x-/ramda_v0.x.x.js#L607-L611) fails when `propOr` is called on an object cont…
-
I'm trying to use Ramda's `path` function, but am running into issues. It seems to be related to how Flow determines overloading.
Here's (a portion) of the defs for `path`:
```javascript
declar…
-
Actual definition is :
```js
declare function dissoc(
key: string,
...args: Array
): (src: { [k: string]: T }) => { [k: string]: T };
declare function dissoc(
key: string,
…
-
I've only recently been made aware of Flow's leading pipe syntax:
``` javascript
type Foo =
| 'bar'
| 'baz'
```
Which is pretty cool. When futzing around with some other libdefs I found …
-
В newclick-components используется ramda 24
в Cyprus 24.
Зависимость попадает в корень node_modules
При prune пакет не удаляется из корня
В newclick-components используется ramda поднимается до 27…
-
this is a breaking change of ramda 0.26
https://github.com/ramda/ramda/pull/2353