hyunwoo jo
hyunwoo jo
It appears to have been resolved.
@hg-pyun First If you change the function which inner `reduce` below, you can use it. but I think improvement is needed. ```ts reduce((acc:number, cur:{count:number}) => acc + cur.count, 0, values)...
@hg-pyun Since all the checkboxes have not been completed yet, I changed it to draft !
The issue is related to the following and has not yet been resolved. https://github.com/marpple/FxTS/issues/93
@st-clair-clarke Could you provide an environment where I can check the issue? fxts recommends tsconfig `strict:true`.
Good idea. I already checked your library rocket.pipes 👍 Could you please create a PR??
@darky There is something I would like to discuss. Currently, `pipeLazy` supports code type 1, but code type 2 is not supported. Existing functions used in `FxTS` are designed to...
@st-clair-clarke Thanks for reporting the issue. However, looking at the error message, it is difficult to infer what environment caused the error stack to occur. Could you provide an environment(repo)...
Good suggestion! How about `concurrentAllSettled`?
Thank you for your interest :) We've only dealt with unicast so far. Looking at rxjs, it seems like multicast could also be useful. Is there an expression you're thinking...