-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
allow to publish raw data - fixes #3 #4
Conversation
I thought I had implemented this already, definitely an error on my part. Thanks for the submission. |
@atheriel thanks for valuable comments |
However now I think library should produce error, not a warning when the character body length is not equal to one. For interactive use warning would be 'okay'. But for non-interactive use it is better to fail fast rather than spending a lot of time on debug later (I believe in most of the cases this package will be used in non-interactive mode) |
… with lengt not equal to one
No description provided.