Skip to content
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

Handle reversing long strings #129

Merged
merged 2 commits into from
Dec 19, 2023

Conversation

hverlin
Copy link
Contributor

@hverlin hverlin commented Dec 10, 2023

Found out that recursion on types has a limit during https://typehero.dev/challenge/day-9

See https://twitter.com/ecyrbedev/status/1733531956053180566 (from @ecyrbe)

image

Copy link
Owner

@gustavoguichard gustavoguichard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thank you for your contribution @hverlin !
May I just ask you not to change the generic names (Str -> T) to keep consistency with the lib and also bc the JSDocs on top of the generic definition is pointing to T.

I appreciate the PR

Copy link
Owner

@gustavoguichard gustavoguichard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@gustavoguichard
Copy link
Owner

@all-contributors please add @hverlin for code.

Copy link
Contributor

@gustavoguichard

I've put up a pull request to add @hverlin! 🎉

@gustavoguichard gustavoguichard merged commit dba860e into gustavoguichard:main Dec 19, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants