Skip to content
New issue

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

Don't support whitespace in tag name #15

Closed
raysegantii opened this issue Oct 12, 2015 · 3 comments
Closed

Don't support whitespace in tag name #15

raysegantii opened this issue Oct 12, 2015 · 3 comments

Comments

@raysegantii
Copy link

  1. Create a tag with whitespace, e.g. "hellow world"
  2. client.tagged_snitches(["hello world"])

Failed with: TypeError: no implicit conversion of String into Integer

@gaffneyc
Copy link
Member

@raysegantii Thank you for the bug report. We'll get it figured out in the next day or two.

@gaffneyc
Copy link
Member

@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")

@raysegantii
Copy link
Author

@gaffneyc Great one, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants