Riku Tiira

Results 4 issues of Riku Tiira

https://codesandbox.io/s/yw63o1zr1x Here's an example case where you need to explicitly use `` to wrap `children` inside `` because one of the children is an observable (due to `U.when(obs, value)`). It'd...

Enhancement

I'm still unsure if the lifted function semantics are good as they are now. As @polytypic mentioned in another issue, lifted functions have following functionality: - they give properties that...

Before doing a PR about this feature, I'd like to discuss how curried Kefir.combine should be implemented in Karet Util. Personally, I believe this would be the best approach: ```js...

**Describe the bug** Hey, first of all thanks for the awesome library 🙏 I have a small issue where `.match()` with `.exhaustive()` is not working with a readonly array, I...

bug