hyunwoo jo

Results 39 comments of hyunwoo jo

@darky > Inspiration: https://github.com/iter-tools/iter-tools/blob/d7.5/API.md#fork Thank you for the good reference! I'm busy with work right now, so it might take some time before I add it🙏 Let me know if...

@jin-Pro Thank you for your interest in fxts. I’m curious about your reason for choosing a heap. A heap is an unstable sort, meaning that if there are elements with...

@blurfx Of course. @jin-Pro if you were working on it, tell me

@chatoo2412 Thank you for your interest in fxts ✨ All functions belonging to the fxts `Lazy` group are lazy. In order to check if the data is empty in the...

@HunSeol Thank you for reporting the issue. This is not a bug. Because you have consumed all of the Iterator in `optionIdsWithoutArray` In `optionNamesWithoutArray` , iterator.next() returns `{done:true, value:undefined }`...

> Could you explain this comment more? How to store in memory using [toArray](https://fxts.dev/docs/toArray)? @HunSeol You were already using it :) ```ts const checkedOptionsWithArray = pipe( groups, flatMap((group) => group.options),...

You can also use this https://fxts.dev/docs/fork :)

@johnBartos Could you please look into this issue? 🙏 I also used the repo as is, but I get a delay of 15 to 20 seconds or more in iOS...

https://fxts.dev/docs/apply Thank you for your interest. A function with the same functionality already exists :)