Arya Emami

Results 185 comments of Arya Emami

I haven't forgotten about this one, since it's actually important, will probably finish it sometime this week.

This should be it for now, if I think of anything else, I'll open a separate PR.

I believe this one has been resolved by #645.

Very interseting idea, do you think it would be simpler to just have a new API called something like `createSoloSelector` or `createSimpleSelector` instead of adding another function signature to `CreateSelectorFunction`?

That's a good point, do you think #645, will help mitigate some of the problem?

@phryneas Do you want me take a look at this to see if I can get the types to work?

> @aryaemami59 I think #645 would help people spot the error, but currently it would still send people to use another function, which still adds the mental overload, so I...

@kuldeepsinghborana I can take a look, just out of curiosity are you trying to modify the exisiting implementation for `lruMemoize` or are you trying to create a new standalone mamoize...