-
-
Notifications
You must be signed in to change notification settings - Fork 662
Add ArrayAt type
#1105
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
base: main
Are you sure you want to change the base?
Add ArrayAt type
#1105
Conversation
630ff8d to
627b61f
Compare
21914b3 to
4713e0c
Compare
eabb987 to
cc2b0f2
Compare
|
@giao66 Would you be able to fix the merge conflicts? |
|
Maybe you can refer this PR: #1085 |
73471d2 to
222a40d
Compare
fa9905a to
3748962
Compare
3748962 to
a11e1d9
Compare
|
There are still unhandled feedback. Resolve the comments when you are sure they are resolved. |
HELLO! I DONE |
ccb61b3 to
820d69e
Compare
|
You force-pushed over my changes. |
So I should sync the main branch first before pushing, right? |
Sorry,This is my first time trying to contribute to an open-source project. |
|
It's fine. I will do the changes again after merging. |
|
AI review:
Potential logic gaps to double-check
Tests you’re missing (add to
|
|
After doing the above, I recommend asking ChatGPT to review your pull request and ask it to add more tests if needed. |
ok,wizard.Thanks a lot! |
820d69e to
9f05b1c
Compare
(Adjust to your existing generics for
|
|
Bump :) |
|
Done @sindresorhus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We’ve recently added several array utility types, like SplitOnRestElement, ExtractRestElement, ExcludeRestElement, and CollapseRestElement. Would you mind taking a look at these and seeing if they can help simplify your current approach? I believe there's room for simplification, it'd be really nice if we could not introduce so many new helper types.
I’ll also experiment with this a bit on my side and share my thoughts.

closed #369