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
custom_string = "123456789абвгґдеєжзиіїйклмнопрстуфцчшщьюяАБВГҐДЕЄЖЗИІЇЙКЛМНОПРСТУФЦЧШЩЬЮЯ" hashids = Hashids.new(salt: "ЦжЧєДОЄ8ук", alphabet: custom_string) ** (MatchError) no match of right hand side value: {[], []} (hashids 2.1.0) iex:58: Hashids.Helpers.swap/3 (hashids 2.1.0) iex:54: Hashids.Helpers.loop/6 (hashids 2.1.0) iex:261: Hashids.calculate_seps/4 (hashids 2.1.0) iex:90: Hashids.new/1 iex:53: (file)
The text was updated successfully, but these errors were encountered:
I think at least one of seps 'cfhistuCFHISTU' need to be included in custom string.
'cfhistuCFHISTU'
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: