Ben

Results 79 comments of Ben

I re-checked with node 18.19, not much difference from above. Which remeda version are you using? I see some rambda results beat ts-belt, but nothing from remeda. To clarify, I...

Attempted with rescript with gentype, but Js.Float.isFinite turned into $$isFinite. I'm not sure why, so currently it's implemented with js and type definitions. if anyone knows reason why, please let...

https://forum.rescript-lang.org/t/prefix-from-build-output/5115/2?u=justive $$ appeared because of the ambiguity of the isFinite, which is globally available on the js side.

I'm also not sure when @mobily will be back, but I believe he will, as he said on #93. As a daily ts-belt user, I really love this library, and...

Reason + Melange?! That's a lot more bolder move than I thought. I thought this library's root is rescript(more precisely, Bucklescript) and all the core concepts of this library come...

btw, besides of rebooting the whole library, we need to improve current state. there are plenty of bugs and glitches to resolve. could you review, merge PRs and release new...

Hi. I made a PR to resolve this issue. please have a look and let me know if it's right.

The current behavior is more natural/usable. As the `take` function is just an alias for A.slice(0, x), it should take all elements when the index surpasses the array's length. So,...

But that's my opinion, If the purpose of the A.take was what the docs said, the code should be changed. But I'm also scared because some of the codes I...

I copy-pasted test file from `difference.test`. I guess when the comparing function is F.equals, It should be the same as the difference function.