Sodiray

Results 78 comments of Sodiray

Very interesting, I can see the value for sure. I would be down to either create another function and call it `shakeDeep` or add _deep_ as an argument to the...

Hey @UnKnoWn-Consortium thanks for the PR 🙏 and sorry for the delay 🙃 This is interesting, I'm just not sure it's going to be very helpful. My concern is that...

@UnKnoWn-Consortium My concern is that it feels a little like we're exposing an internal implementation detail that users won't understand unless they look at the code. If an index is...

@UnKnoWn-Consortium you think `queueIndex` is still useful if you have the individual index?

> albeit being way less elegant and way more bloated stop, I'm blushing > The former refers to the position of the item that is being processed in the original...

Hey @jordydhoker thanks for the PR 👍 I'm curious what your use case is? I'm not sure the ability to use non-primitive values as identifies is worth using a map....

@Fjandin thanks for the PR 🙏 It's possible I'm missing something but isn't executing the functions in order make it the opposite of executing them in parallel? Could you just...

On second look at the PR I see, they're still parallel but in order... still a bit confused tho. I'm curious, what's your use case?