Dayong Lee
Dayong Lee
Thanks for letting me know! I missed that!
To lower the barrier for contribution, I have organized the functions that need implementation into sub-issues. ~~The issues were created using a template for efficiency, so some of the included...
For management purposes, existing issues will be marked as duplicates and migrated to the newly created issues. 🙏
I Improved performance by preparing all cases of criterion before comparing. At now, we don't need to use `isKey` (heavy function) each criterion. > N: length of collection, K: length...
> Thanks for your great work! After merging this PR, I am going to implement compat/sortBy based on compat/orderBy!
If this issue is not working on, then can I works it?
Ok, I am going to check this function!
Actually, lodash also have same this issue. But we have to fix this issue for expected behavior. This problem can be fixed by handling type coercion. I'll fix this issue...
> I guess in this case, the ideal way of using `orderBy` would be: > > ```ts > orderBy(data, x => x.value.toString(), ["asc"]) > ``` > > This would ensure...
It looks like this issue has already been resolved through [this PR](https://github.com/toss/es-toolkit/pull/664), so I will close it. Thank you for your contribution, and feel free to reopen it if you...