Alex Guerra

Results 32 comments of Alex Guerra

@Domiii Haha my bad, it should be up now

This was intentional; memoization is bound to a "key" and array index doesn't make sense as a key because re-orders trigger `length - index` total changes. Changing this would opt...

Yeah, we can definitely expose those. I think just exporting and then adding to the typescript definitions is all that needs to be done if you want to submit a...

When we created the original typings it wasn't possible, but maybe that's changed. I spent twenty minutes thinking about it just now and didn't get anywhere, so if you need...

Here's an update: Ideally the list and map selectors would be usable without specifying any generics. ```typescript import { List } from "immutable"; import { createListSelector } from "reselect-map"; type...

Noticing a similar issue on macOS Monterey 12.4, intel, node: v16.16.0. Closing a watcher takes up to 50ms, so closing 1k+ in a tight loop leads to the process being...

I'm facing the same issue using v13, but without using SSR. Trying to create a minimal repro on codesandbox but no luck yet.

FYI, Object.assign is definitely in node v4. Check out [node.green](http://node.green/) for a decent feature support table.

Hm, I don't think that works; my permissions are set correctly in cygwin and those files still end up being mounted with `0755`. I got around it by mounting them...