Pawel Badenski

Results 40 comments of Pawel Badenski

Makes sense. I will code up a proposal and let you know.

Hi, sorry, for delayed reply.. I currently don't use bull-prom anymore, so can't exactly remember. I will however accept pull requests, in case someone from the community is reading it....

@heyimalex Have you had a chance to look at it?

Thanks! I should get around to it soon and will let you know!

@heyimalex I think ideally you might want to consider a separate library with ImmutableJS support (e.g. reselect-map-immutable). I don't think it's possible to add any type definitions for ImmutableJS part...

Makes sense. Although it does optimise towards reselect-map in computation use case (which what this library was created for, so that makes sense ๐Ÿ˜†). I'm plugging in reselect-map for inputArray...

I realised that this might require massive changes to baobab... possibly integrating it more closely with immutablejs as no builtin JS structures support structural equality for keys. Use case -...

Thanks, we've actually been using scalar coercion, but changed it a while back because of the complexity and performance costs. Still - I like your use of `ยง` :D We've...

Looks like it could be really interesting and powerful ๐Ÿ˜„ I'm excited!