We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First, thanks for a useful handy tool. I looked into passing the shortIdLength with PaddingParams in init like this
var uuid = ShortUuid.init(null, PaddingParams(shortIdLength: 8, consistentLength: true)).generate(); // 9qeHdUATPWNq4yca7ixD1G
This still generates a long UUID. Any way I can fix up the length?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First, thanks for a useful handy tool.
I looked into passing the shortIdLength with PaddingParams in init like this
This still generates a long UUID. Any way I can fix up the length?
The text was updated successfully, but these errors were encountered: