mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #5271] [feature]: create workspace should be at latest 6 character #2015
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2015
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @faritor on GitHub (Jul 23, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5271
Originally assigned to: @nivedin on GitHub.
Is there an existing issue for this?
Summary
thank you to the developer team for providing such an excellent product
as the title suggests, it should be at least six characters, but it may not be appropriate when the content of the workspace name is in Chinese, Japanese, Korean, or other non-alphabetic types of text
Why should this be worked on?
check the Unicode encoding of each character. If the encoding is greater than 255, it is considered that the character may be Chinese, Japanese, Korean, etc.
another thing is to allow editing or customizing the name of the instance if possible.
@hardik118 commented on GitHub (Aug 16, 2025):
@faritor @abraham @silentmatt Hi, I’d love to work on this issue! Could you please assign it to me?
@faritor commented on GitHub (Aug 23, 2025):
thank you for your reply. I'm looking forward to optimizing this restriction.
@jamesgeorge007 commented on GitHub (Sep 11, 2025):
Hi, closing this issue as the 6-character restriction on workspace names has now been lifted.