nodejs.org icon indicating copy to clipboard operation
nodejs.org copied to clipboard

Update 2 links: safe-regex & rxxr2

Open beeburrt opened this issue 2 years ago • 3 comments

In: "Don't Block the Event Loop (or the Worker Pool)" there are two broken links/404s.

Under sub-heading: "Anti-REDOS Resources", I updated them to (what I think are) their current GitHub repos.

safe-regex - https://github.com/davisjam/safe-regex

rxxr2 - https://github.com/superhuman/rxxr2

I could do the same in the other languages too. Not sure how that works.

beeburrt avatar Jan 11 '23 18:01 beeburrt

Thanks for your first contribution! 🙂

aymen94 avatar Jan 12 '23 08:01 aymen94

Ok, I think I finally got the signing key thing figured out :)

Should I push another commit to my branch or is there a way to update this commit here?

I found another a dead link, and I can't find what it pointed to. It's the link on line 375 with the text: "these slides"

ghost avatar Jan 16 '23 16:01 ghost

Ok, I think I finally got the signing key thing figured out :)

Yeah, you still have the first commit marked as unsigned. But that's fine, we can make an exception. But if you want to have all commits signed, you can read this: https://stackoverflow.com/questions/13043357/git-sign-off-previous-commits

Your PR is fine, I'm only going to merge it after the code freeze that we're having right now.

ovflowd avatar Jan 19 '23 09:01 ovflowd

@beeburrt I think you need to rebase this PR :)

ovflowd avatar Mar 14 '23 09:03 ovflowd

@beeburrt I think you need to rebase this PR :)

ok. I appreciate your help by the way. Sorry to have bungled this, I'm still pretty new.

So my fork is now 35 commits behind and 4 commits ahead. Would it leave a total mess behind if I sync my repo first? Essentially ditching my four commits.

Is a rebase something I can do here on GitHub UI?

Or maybe I just close this PR, sync my fork, and then redo the changes?

ghost avatar Mar 14 '23 19:03 ghost

For the changes you've made it's easier to reclone the repository and make your changes again.

ovflowd avatar Mar 14 '23 21:03 ovflowd

For the changes you've made it's easier to reclone the repository and make your changes again.

Ok. Thank you for your time :)

ghost avatar Mar 14 '23 22:03 ghost