don't want slash in UUID
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 752
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
I don't want my uuids to have / inside.
Can the slash character in https://github.com/mcollina/hyperid/blob/master/hyperid.js#L30 be configurable? And am I ok to use any char I want?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at hyperid.js line 30, where the slash character is used in UUID generation. Trace how that character enters the generated ID, determine which replacement characters are safe, and verify that the separator can be configured without breaking ID generation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100