Harris Miller

Results 19 issues of Harris Miller

## Rollup Plugin Name: `typescript` This PR contains: - [ ] bugfix - [ ] feature - [x] refactor - [ ] documentation - [ ] other Are tests included?...

Please fill in this template. - [ ] Use a meaningful title for the pull request. Include the name of the package modified. - [ ] Test the change in...

Author is Owner
Critical package
The CI failed

Hi @sormy, Looks like nothing has been merged in this repo for 2 years and this plugin-in no longer works with rollup@3. I'd be happy to take over ownership to...

I found myself having to implement this on my own recently in a project at work. It's useful to have alongside `lens` and has a distinct implementation that isn't a...

In my original MR I set it to `0.29.2`. Updates to `0.30.0`, the actual version of release

`package-lock.json` was still `0.29.1`. Running `npm i` updates it to `0.30.0`

**Remove blanket support for object shape alteration** The previous type definition for `assoc` allowed any key to be added to any object. It also allowed for the value type of...

Draft branch: https://github.com/ramda/types/tree/addIndex # Current issues `addIndex` is particularly unique in terms of type definitions because of how the return type depends on the given function Let's use filter as...

This is the Master list for all the types and the tl;dr for what needs to happen for all Note: "acts as a transducer" is not something can, nor should,...