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
client.tagged_snitches(["hello world"])
Failed with: TypeError: no implicit conversion of String into Integer
TypeError: no implicit conversion of String into Integer
The text was updated successfully, but these errors were encountered:
@raysegantii Thank you for the bug report. We'll get it figured out in the next day or two.
Sorry, something went wrong.
f45dedb
@raysegantii Quick note to let you know that we now support passing multiple tags without wrapping them in an array.
So both of these work now: client.tagged_snitches(["hello world", "world hello"]) and client.tagged_snitches("hello world", "world hello")
client.tagged_snitches(["hello world", "world hello"])
client.tagged_snitches("hello world", "world hello")
@gaffneyc Great one, thank you!
No branches or pull requests
client.tagged_snitches(["hello world"])
Failed with:
TypeError: no implicit conversion of String into Integer
The text was updated successfully, but these errors were encountered: