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

The Encore app creation name cannot be too long #1734

Open
ImBIOS opened this issue Jan 24, 2025 · 0 comments · May be fixed by #1735
Open

The Encore app creation name cannot be too long #1734

ImBIOS opened this issue Jan 24, 2025 · 0 comments · May be fixed by #1735

Comments

@ImBIOS
Copy link

ImBIOS commented Jan 24, 2025

I love experimenting with "mystical creature" names in my local machine, which requires a long string (usually).

See:

text.CharLimit = 20
text.Width = 30

return fmt.Errorf("name too long (max 50 chars)")

The current limit is 20 characters and a width of 30, while the validation limit is 50. Can we increase and sync the characters to 50 and make the width 60?

@ImBIOS ImBIOS changed the title Encore app create name cannot too long The Encore app creation name cannot be too long Jan 24, 2025
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 a pull request may close this issue.

1 participant