You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working with @Evomatic on an issue about branch names that include a slash, we noticed several points to improve.
There is something wrong about the error handling, at some point I got a message ERROR: followed by nothing, impossible to figure out what was wrong
At some point I got a weird error in the terminal, it looks like a HTML error page displayed character by character, this kind of error should be handled in a better way.
Pushing takes a lot of time sometimes while nothing is on the screen: a spinner could help (related #38 )
And last thing, when everything is fine, the final success message in blue includes an invalid character (I guess it was an emoji) that gets replaced by either a question mark or a square, depending on the terminal.
The text was updated successfully, but these errors were encountered:
While working with @Evomatic on an issue about branch names that include a slash, we noticed several points to improve.
There is something wrong about the error handling, at some point I got a message
ERROR:
followed by nothing, impossible to figure out what was wrongAt some point I got a weird error in the terminal, it looks like a HTML error page displayed character by character, this kind of error should be handled in a better way.
Pushing takes a lot of time sometimes while nothing is on the screen: a spinner could help (related #38 )
And last thing, when everything is fine, the final success message in blue includes an invalid character (I guess it was an emoji) that gets replaced by either a question mark or a square, depending on the terminal.
The text was updated successfully, but these errors were encountered: