Jaewon Seo
Jaewon Seo
@staltz Humm, this seems very complex, it related with termination of stream(`_x` and `_remove` and `_stopID`. these things make this happen). To solve this problem, we need to change the...
@staltz I've made patch for this problem(one for `Take`, one for `Stream`). first one fixes this problem partially(still has some edge cases), and the other fixes fundamental problem(with this patch,...
@staltz Indeed every patch should not destroy legacy code as much as it can(for backward compatibility). So, I will try to find better way which would fix this issue and...
@staltz Here, [this is what i meant](https://stackblitz.com/edit/xstream-issue-271-code?file=index.js). I hope that you see this.
It’s not possible for arbitrary monad to have inverse function of ‘sequence’ since there is no deterministic(or even possible) way to decompose given monadic value with single effect into monadic...
@ljharb What about extending BigInt to BigDecimal? I mean, let BigDecimal be supertype of BigInt, then we could easily solve the problem about ambiguity & confusing syntax. I was wondering...
If you have any problem of using hyogwa in your project, please report the problem in this issue.
It seems most issues are solved by #33 but I'll keep this issue open for a while since there might be other problems.
I found an issue while I try to import hyogwa on Deno using [deno.land](https://deno.land/x/[email protected]). Seems to be module resolution problem with file extension. I tried to import hyogwa with `import...
While optimizing the core module, I found we really need variety of example cases to profile. I think adding test facility will satisfy this requirement at least partially.