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
(format "chime-" (swap! !count inc)) will always return "chime-" since there's missing a %s. Perhaps str should be used instead?
(format "chime-" (swap! !count inc))
%s
str
The text was updated successfully, but these errors were encountered:
Thanks - yep, will push a fix!
Sorry, something went wrong.
96967de
Not to necro this thread, but is there a schedule for when this fix might be released?
Thanks for the poke, I thought I'd released these. 0.3.3 up on Clojars 😄
Awesome - thanks @jarohen! 👍👍
jarohen
No branches or pull requests
(format "chime-" (swap! !count inc))
will always return "chime-" since there's missing a%s
. Perhapsstr
should be used instead?The text was updated successfully, but these errors were encountered: