Sodiray
Sodiray
Hey all, I'm disappointed this isn't working for CRA. I'll be digging into it this week.
Hello @welpie21 thanks for taking the time to make an issue! I think adding an `index` argument to the callback is a great idea 👍 If you make a PR...
Hey @kyoungduck thanks for bringing this up. I can see the benefit if you're using functions from radash like `shuffle`, `draw` or `random` for a game. Are there any downsides...
> Since there is no minimum degree of entropy requirement, this has no downsides and does not block. Tell me this again like I'm just a self-taught web developer who...
I've been doing some reading up on this. I'm a fan. We could do something like this [get-random-values](https://github.com/KenanY/get-random-values/blob/master/index.js) package does to find the appropriate api to use. Instead of throwing...
Hey @ianrios thanks for bringing this up 👏 I think round would be a great addition to radash. I think it's a pretty quick add as well.
Hey @jmcmullen thanks for creating an issue 👍 I've actually never even seen Lodash's `transform` function before 👀 had to look it up. This is _suuuuuper_ interesting to me because...
Hey @NetOpWibby sorry for the timing on this, I was away for a bit and just got back, started merging PRs through. It looks like most the fixes you made...
This is a valid point. I struggle with it on occasion as well. If you, or anyone, knows how to make the typings more robust I'm all ears. Your workaround...
If any Typescript wizards stumble onto this and know how to curry a function in TS and return a new function with the same types -- including the overloads, please...