-
Notifications
You must be signed in to change notification settings - Fork 103
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
labhub: Add error message if nick is empty #632
Comments
This includes at least |
abhishalya
added a commit
to abhishalya/corobo
that referenced
this issue
Nov 2, 2018
All of the backends do not have `nick` attribute. Hence an error will be shown whenever nick is empty. Closes coala#632
abhishalya
added a commit
to abhishalya/corobo
that referenced
this issue
Nov 2, 2018
All of the backends do not have `nick` attribute. Hence an error will be shown whenever nick is empty. Closes coala#632
6 tasks
abhishalya
added a commit
to abhishalya/corobo
that referenced
this issue
Nov 2, 2018
All of the backends do not have `nick` attribute. Hence an error will be shown whenever nick is empty. Closes coala#632
abhishalya
added a commit
to abhishalya/corobo
that referenced
this issue
Nov 3, 2018
All of the backends do not have `nick` attribute. Hence an error will be shown whenever nick is empty. Closes coala#632
abhishalya
added a commit
to abhishalya/corobo
that referenced
this issue
Nov 5, 2018
All of the backends do not have `nick` attribute. Hence an error will be shown whenever nick is empty. Closes coala#632
abhishalya
added a commit
to abhishalya/corobo
that referenced
this issue
Nov 6, 2018
All of the backends do not have `nick` attribute. Hence an error will be shown whenever nick is empty. Closes coala#632
abhishalya
added a commit
to abhishalya/corobo
that referenced
this issue
Nov 6, 2018
All of the backends do not have `nick` attribute. Hence an error will be shown whenever nick is empty. Closes coala#632
abhishalya
added a commit
to abhishalya/corobo
that referenced
this issue
Nov 6, 2018
All of the backends do not have `nick` attribute. Hence an error will be shown whenever nick is empty. Closes coala#632
abhishalya
added a commit
to abhishalya/corobo
that referenced
this issue
Nov 6, 2018
All of the backends do not have `nick` attribute. Hence an error will be shown whenever nick is empty. Closes coala#632
abhishalya
added a commit
to abhishalya/corobo
that referenced
this issue
Nov 6, 2018
All of the backends do not have `nick` attribute. Hence an error will be shown whenever nick is empty. Closes coala#632
abhishalya
added a commit
to abhishalya/corobo
that referenced
this issue
Nov 6, 2018
All of the backends do not have `nick` attribute. Hence an error will be shown whenever nick is empty. Closes coala#632
This issue reserved for Google Code-in task 6555648658505728. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently labhub uses the
nick
as the username, because this is how gitter works.But not all backends provide a
nick
. See #255All labhub commands which need
nick
should provide an error messageThe text was updated successfully, but these errors were encountered: