Pawel Badenski

Results 45 issues of Pawel Badenski

I'm very keen on both being supported when cloning. I did some experimenting and I can see two ways of getting that done: - add support to existing deep-copy (potentially...

Resolves #20 - export createMappedSelectorCreator, memoizeMap & memoizeList - add relevant TypeScript typings

In order to make this possible: ``` const mul = createArraySelector( numbers, (number, index) => [index, number] ); ``` This is similar to what's already possible with keys for maps...

Would it be possible, similar to Immutable.JS (or Java..), have support for keys based on structural equality (ie. hashCode, equals)?

Without changing semantics and existing type you could have it as a separate field, like below: ```typescript const URI = concurrentFuture.URI; export const monad: Monad2 & MonadThrow2 => ({ URI:...

These can be easily written by a user, but I was wondering if it's worth adding to this library (or least have a section for recipes?). At least in our...

This is not a feature neither a bug request, but more of an inspiration ticket ;) Dependency cruiser is really cool and I've been missing of a similar project for...

enhancement
PR welcome

I'm toying with an idea of unit testing our design using mocha (influenced by Java's ArchUnit: https://www.archunit.org/getting-started) - as an alternative to using declarative dependencies/validation configuration. API documentation mentions programmatic...

enhancement

In our project we're using d3-annotation and we're currently unable to upgrade to d3 v6 because of this issue: https://github.com/d3/d3-selection/issues/185#issuecomment-488386336