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
My code: conf["auth"] = Secrets.gets prompt: "Enter authentication phrase: "
The error I get is: ... in lib/secrets/src/secrets.cr:16: too many block arguments (given 1, expected maximum 0)
loop do |i|
Thanks for this way too cool shard!
The text was updated successfully, but these errors were encountered:
Hi @lebogan Thank you for report this issue!
Oh, looks like loop doesn't have a counter argument anymore 😅
loop
Ref: crystal-lang/crystal#6026
Sorry, something went wrong.
I just released https://github.com/faustinoaq/secrets/releases/tag/v0.1.2 (backward compatible) 🎉
Successfully merging a pull request may close this issue.
My code:
conf["auth"] = Secrets.gets prompt: "Enter authentication phrase: "
The error I get is:
...
in lib/secrets/src/secrets.cr:16: too many block arguments (given 1, expected maximum 0)
Thanks for this way too cool shard!
The text was updated successfully, but these errors were encountered: