BrianWoolfolk

Results 10 comments of BrianWoolfolk

Hi! Is this issue already taken? I'm looking to practice some Java while contributing to projects. I've seen the related issues and PRs and would like to give it a...

Great! I'll look into this then and make a PR afterwards

It's there a PR about this? I think `request.signal?.aborted` would be simpler. Being such a small fix, I could send a PR in a moment

Gotcha, although I can't think of any other examples aside from the sorting/reversing ones. There's also a "toSpliced" method for deletion and/or insertion that I think would be worth mentioning....

@rickhanlonii, I was thinking of creating a section for the [structuredClone() method](https://developer.mozilla.org/en-US/docs/Web/API/Window/structuredClone) inside both docs of "Updating Objects/Arrays in State". This provides a deep clone of the array/object that could...

You can see my PR #7174 for this issue. I considered appropriate to also add a Note block regarding the similarities between the new methods and the spread syntax.

Hi! Is anybody working on this issue? If not, I'd like to give it a try. In the past days I've been thinking of this one a little bit and...

There are some failing tests because of the unused methods and imports from the older logic, and I wanted to see if my implementation of the doc skipper is good...

@romseygeek Hi, sorry I can't work on this right now. If you want to take it over please do so, no problem.