-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(parallel): clamp the limit between 1 and array length #238
feat(parallel): clamp the limit between 1 and array length #238
Conversation
Hey! There's a new requirement for PRs that introduce new features. Without this requirement met, we won't be able to merge this. Note that this PR can still be included in a
|
b697e83
to
f49c9d4
Compare
f49c9d4
to
ea7ca47
Compare
Postponing this until v12.4.0, since it conflicts with PR #262 and we don't have an easy way to solve that currently. Basically, the |
fixed 🫡 |
4f5a4bd
to
343cfc4
Compare
A stable release To install: pnpm add [email protected] |
Tip
The owner of this PR can publish a preview release by commenting
/publish
in this PR. Afterwards, anyone can try it out by runningpnpm add radashi@pr<PR_NUMBER>
.Summary
now:
Related issue, if any:
https://github.com/orgs/radashi-org/discussions/235
sodiray/radash#426
For any code change,
Does this PR introduce a breaking change?
No
Bundle impact
src/async/parallel.ts
Footnotes
Function size includes the
import
dependencies of the function. ↩