Sakumatti Luukkonen
Sakumatti Luukkonen
(This issue tracker is only for bug reports or feature requests, if this is neither, please choose appropriate channel from http://bluebirdjs.com/docs/support.html) Please answer the questions the best you can: 1)...
## 🚀 Feature Request Symbol is one of the native data types in JavaScript, so it would be nice to have some arbitraries for them. It's easy enough to compose...
Hi, I'm having some problems with this library. After the first transition, the the new child entering the transition group already has the `foo-leave` and `foo-leave-active` classes already set, which...
As far as I can tell, `io-ts-types` is used only for `IntFromString`. This seems a bit heavyweight, since users of `typera-common` must also add `monocle-ts` and `newtype-ts` to their peerDependencies...
Moving https://github.com/digabi/exam-engine/issues/1444 to a better place
It might be nice to support paths in addition to props and arrays Something like | *Operation* | *Object* | *Array* | *Path* | |-------------|---------------|--------------|---------------| | **get** | prop |...
It might be nice to support them on some level. Some questions remain though. 1. Which functions should support typed arrays? 2. Should they be separate functions or overloads?
At least: - [ ] `flatMapWithIndex` - [ ] `reduceWithIndex` - [ ] `reduceRightWithIndex`
This would make the semantics compatible with the various "nullish" operators that JavaScript has (`??`, `.?` etc.).